Html Css Color HEX #A11AAC Dark Orchid

📋 copy color: '#A11AAC'

red 161 ◦ green 26 ◦ blue 172

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

Shades of Dark Orchid #A11AAC

Tints of Dark Orchid #A11AAC

RGB

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

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

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

R = 44.85%
G = 7.24%
B = 47.91%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A11AAC (or 0xA11AAC) is known color: Dark Orchid. HEX triplet: A1, 1A and AC. RGB value is (161,26,172). Sum of RGB (Red+Green+Blue) = 161+26+172=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #A11AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11AAC is #5EE553. Grayscale: #525252. Windows color (decimal): -6219092 or 11279009. OLE color: 11279009.

HSL color Cylindrical-coordinate representation of color #A11AAC: hue angle of 295.48º 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 #A11AAC is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 26 172 -
CMYK 0.06 0.85 0 0.33
HSL 295.48º 0.74% 0.39% -
HSV(B) 295.48º 0.85% 0.67% -
XYZ 22.51 11.29 40.02 -
YUV 83.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 161 26 172 0.06 0.85 0 0.33 295.48 0.74 0.39
Hex A1 1A AC 6 55 0 21 127 4A 27
Octal 241 32 254 6 125 0 41 447 112 47
Binary 10100001 11010 10101100 110 1010101 0 100001 100100111 1001010 100111

Color Harmonies of #A11AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11AAC

Black with #A11AAC

Text Example


Text Example

White with #A11AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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