Html Css Color HEX #A91AAF Dark Orchid

📋 copy color: '#A91AAF'

red 169 ◦ green 26 ◦ blue 175

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

Shades of Dark Orchid #A91AAF

Tints of Dark Orchid #A91AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.3%

R = 45.68%
G = 7.03%
B = 47.3%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A91AAF (or 0xA91AAF) is known color: Dark Orchid. HEX triplet: A9, 1A and AF. RGB value is (169,26,175). Sum of RGB (Red+Green+Blue) = 169+26+175=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #A91AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91AAF is #56E550. Grayscale: #555555. Windows color (decimal): -5694801 or 11475625. OLE color: 11475625.

HSL color Cylindrical-coordinate representation of color #A91AAF: hue angle of 297.58º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91AAF is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 26 175 -
CMYK 0.03 0.85 0 0.31
HSL 297.58º 0.74% 0.39% -
HSV(B) 297.58º 0.85% 0.69% -
XYZ 24.47 12.27 41.64 -
YUV 85.74 178.38 187.38 -
System Red Green Blue C M Y K H S L
Decimal 169 26 175 0.03 0.85 0 0.31 297.58 0.74 0.39
Hex A9 1A AF 3 55 0 1F 12A 4A 27
Octal 251 32 257 3 125 0 37 452 112 47
Binary 10101001 11010 10101111 11 1010101 0 11111 100101010 1001010 100111

Color Harmonies of #A91AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91AAF

Black with #A91AAF

Text Example


Text Example

White with #A91AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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