Html Css Color HEX #A91EAC Dark Orchid

📋 copy color: '#A91EAC'

red 169 ◦ green 30 ◦ blue 172

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

Shades of Dark Orchid #A91EAC

Tints of Dark Orchid #A91EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.09%

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

R = 45.55%
G = 8.09%
B = 46.36%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A91EAC (or 0xA91EAC) is known color: Dark Orchid. HEX triplet: A9, 1E and AC. RGB value is (169,30,172). Sum of RGB (Red+Green+Blue) = 169+30+172=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #A91EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91EAC is #56E153. Grayscale: #575757. Windows color (decimal): -5693780 or 11280041. OLE color: 11280041.

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

Color convert

RGB 169 30 172 -
CMYK 0.02 0.83 0 0.33
HSL 298.73º 0.7% 0.4% -
HSV(B) 298.73º 0.83% 0.67% -
XYZ 24.27 12.34 40.13 -
YUV 87.75 175.55 185.95 -
System Red Green Blue C M Y K H S L
Decimal 169 30 172 0.02 0.83 0 0.33 298.73 0.7 0.4
Hex A9 1E AC 2 53 0 21 12B 46 28
Octal 251 36 254 2 123 0 41 453 106 50
Binary 10101001 11110 10101100 10 1010011 0 100001 100101011 1000110 101000

Color Harmonies of #A91EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91EAC

Black with #A91EAC

Text Example


Text Example

White with #A91EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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