Html Css Color HEX #A91AAC Dark Orchid

📋 copy color: '#A91AAC'

red 169 ◦ green 26 ◦ blue 172

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

Shades of Dark Orchid #A91AAC

Tints of Dark Orchid #A91AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 46.05%
G = 7.08%
B = 46.87%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A91AAC (or 0xA91AAC) is known color: Dark Orchid. HEX triplet: A9, 1A and AC. RGB value is (169,26,172). Sum of RGB (Red+Green+Blue) = 169+26+172=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #A91AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91AAC is #56E553. Grayscale: #545454. Windows color (decimal): -5694804 or 11279017. OLE color: 11279017.

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

Color convert

RGB 169 26 172 -
CMYK 0.02 0.85 0 0.33
HSL 298.77º 0.74% 0.39% -
HSV(B) 298.77º 0.85% 0.67% -
XYZ 24.18 12.15 40.1 -
YUV 85.4 176.88 187.63 -
System Red Green Blue C M Y K H S L
Decimal 169 26 172 0.02 0.85 0 0.33 298.77 0.74 0.39
Hex A9 1A AC 2 55 0 21 12B 4A 27
Octal 251 32 254 2 125 0 41 453 112 47
Binary 10101001 11010 10101100 10 1010101 0 100001 100101011 1001010 100111

Color Harmonies of #A91AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91AAC

Black with #A91AAC

Text Example


Text Example

White with #A91AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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