#A91AB4

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

Shades of Dark Orchid #A91AB4

Tints of Dark Orchid #A91AB4

Color information

#A91AB4 (or 0xA91AB4) is unknown color: approx Dark Orchid. HEX triplet: A9, 1A and B4. RGB value is (169,26,180). Sum of RGB (Red+Green+Blue) = 169+26+180=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #A91AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91AB4 is #56E54B. Grayscale: #555555. Windows color (decimal): -5694796 or 11803305. OLE color: 11803305.

HSL color Cylindrical-coordinate representation of color #A91AB4: hue angle of 295.71º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91AB4 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16926180-
CMYK0.060.8600.29
HSL295.71º74.76%40.39%-
HSV(B)295.71º85.56%70.59%-
XYZ24.9712.4744.27-
YUV86.31180.88186.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 26 (10.55% from 255) = 6.93%
BLUE value IS 180 (70.70% from 255) = 48%
R=45.07%
G=6.93%
B=48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169261800.060.8600.29295.7174.7640.39
HexA91AB465601D1284b28
Octal25132264612603545011350
Binary10101001110101011010011010101100111011001010001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91AB4; }

 p { color: rgb(169,26,180); }

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

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

 a { background-color: rgb(169,26,180); }

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

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

 span { border-color: rgb(169,26,180); }

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