Html Css Color HEX #A11FAA Dark Orchid

📋 copy color: '#A11FAA'

red 161 ◦ green 31 ◦ blue 170

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

Shades of Dark Orchid #A11FAA

Tints of Dark Orchid #A11FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.56%

 BLUE value IS 170 (66.8% from 255) = 46.96%

R = 44.48%
G = 8.56%
B = 46.96%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A11FAA (or 0xA11FAA) is known color: Dark Orchid. HEX triplet: A1, 1F and AA. RGB value is (161,31,170). Sum of RGB (Red+Green+Blue) = 161+31+170=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #A11FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11FAA is #5EE055. Grayscale: #555555. Windows color (decimal): -6217814 or 11149217. OLE color: 11149217.

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

Color convert

RGB 161 31 170 -
CMYK 0.05 0.82 0 0.33
HSL 296.12º 0.69% 0.39% -
HSV(B) 296.12º 0.82% 0.67% -
XYZ 22.44 11.46 39.06 -
YUV 85.72 175.57 181.7 -
System Red Green Blue C M Y K H S L
Decimal 161 31 170 0.05 0.82 0 0.33 296.12 0.69 0.39
Hex A1 1F AA 5 52 0 21 128 45 27
Octal 241 37 252 5 122 0 41 450 105 47
Binary 10100001 11111 10101010 101 1010010 0 100001 100101000 1000101 100111

Color Harmonies of #A11FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FAA

Black with #A11FAA

Text Example


Text Example

White with #A11FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FAA; }

 p { color: rgb(161,31,170); }

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

background-color css

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

 a { background-color: rgb(161,31,170); }

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

border-color css

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

 span { border-color: rgb(161,31,170); }

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