#A929BC

Color #A929BC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A929BC

Tints of Dark Orchid #A929BC

Color information

#A929BC (or 0xA929BC) is unknown color: approx Dark Orchid. HEX triplet: A9, 29 and BC. RGB value is (169,41,188). Sum of RGB (Red+Green+Blue) = 169+41+188=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #A929BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A929BC is #56D643. Grayscale: #5F5F5F. Windows color (decimal): -5690948 or 12331433. OLE color: 12331433.

HSL color Cylindrical-coordinate representation of color #A929BC: hue angle of 292.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A929BC is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16941188-
CMYK0.100.7800.26
HSL292.24º64.19%44.9%-
HSV(B)292.24º78.19%73.73%-
XYZ26.2313.6548.83-
YUV96.03179.91180.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 41 (16.41% from 255) = 10.30%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=42.46%
G=10.30%
B=47.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169411880.100.7800.26292.2464.1944.9
HexA929BCA4E01A124402d
Octal251512741211603244410055
Binary1010100110100110111100101010011100110101001001001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A929BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A929BC; }

 p { color: rgb(169,41,188); }

 H1.HeaderClassName
 {
   color: #A929BC;
 }
 .AnyTagClassName
 {
   color: #A929BC;
 }
</style>
background-color css

<style>
 a { background-color: #A929BC; }

 a { background-color: rgb(169,41,188); }

 div.DivClassName
 {
   background-color: #A929BC;
 }
 .BgClassName
 {
   background-color: #A929BC;
 }
</style>
border-color css

<style>
 span { border-color: #A929BC; }

 span { border-color: rgb(169,41,188); }

 td.TdClassName
 {
   border-color: #A929BC;
 }
 .TagClassName
 {
   border-color: #A929BC;
 }
</style>