Html Css Color HEX #A91AB6 Dark Orchid

📋 copy color: '#A91AB6'

red 169 ◦ green 26 ◦ blue 182

#A91AB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A91AB6

Tints of Dark Orchid #A91AB6

RGB

 RED value IS 169 (66.41% from 255) = 44.83%

 GREEN value IS 26 (10.55% from 255) = 6.9%

 BLUE value IS 182 (71.48% from 255) = 48.28%

R = 44.83%
G = 6.9%
B = 48.28%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A91AB6 (or 0xA91AB6) is known color: Dark Orchid. HEX triplet: A9, 1A and B6. RGB value is (169,26,182). Sum of RGB (Red+Green+Blue) = 169+26+182=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #A91AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91AB6 is #56E549. Grayscale: #565656. Windows color (decimal): -5694794 or 11934377. OLE color: 11934377.

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

Color convert

RGB 169 26 182 -
CMYK 0.07 0.86 0 0.29
HSL 295º 0.75% 0.41% -
HSV(B) 295º 0.86% 0.71% -
XYZ 25.18 12.55 45.35 -
YUV 86.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 169 26 182 0.07 0.86 0 0.29 295 0.75 0.41
Hex A9 1A B6 7 56 0 1D 127 4B 29
Octal 251 32 266 7 126 0 35 447 113 51
Binary 10101001 11010 10110110 111 1010110 0 11101 100100111 1001011 101001

Color Harmonies of #A91AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91AB6

Black with #A91AB6

Text Example


Text Example

White with #A91AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91AB6; }

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

 H1.HeaderClassName
 {
   color: #A91AB6;
 }
 .AnyTagClassName
 {
   color: #A91AB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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