Html Css Color HEX #A11EAF Dark Orchid

📋 copy color: '#A11EAF'

red 161 ◦ green 30 ◦ blue 175

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

Shades of Dark Orchid #A11EAF

Tints of Dark Orchid #A11EAF

RGB

 RED value IS 161 (63.28% from 255) = 43.99%

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

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

R = 43.99%
G = 8.2%
B = 47.81%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A11EAF (or 0xA11EAF) is known color: Dark Orchid. HEX triplet: A1, 1E and AF. RGB value is (161,30,175). Sum of RGB (Red+Green+Blue) = 161+30+175=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #A11EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11EAF is #5EE150. Grayscale: #555555. Windows color (decimal): -6218065 or 11476641. OLE color: 11476641.

HSL color Cylindrical-coordinate representation of color #A11EAF: hue angle of 294.21º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11EAF is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 30 175 -
CMYK 0.08 0.83 0 0.31
HSL 294.21º 0.71% 0.4% -
HSV(B) 294.21º 0.83% 0.69% -
XYZ 22.9 11.6 41.59 -
YUV 85.7 178.4 181.71 -
System Red Green Blue C M Y K H S L
Decimal 161 30 175 0.08 0.83 0 0.31 294.21 0.71 0.4
Hex A1 1E AF 8 53 0 1F 126 47 28
Octal 241 36 257 10 123 0 37 446 107 50
Binary 10100001 11110 10101111 1000 1010011 0 11111 100100110 1000111 101000

Color Harmonies of #A11EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11EAF

Black with #A11EAF

Text Example


Text Example

White with #A11EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11EAF; }

 p { color: rgb(161,30,175); }

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

background-color css

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

 a { background-color: rgb(161,30,175); }

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

border-color css

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

 span { border-color: rgb(161,30,175); }

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