Html Css Color HEX #A21CAA Dark Orchid

📋 copy color: '#A21CAA'

red 162 ◦ green 28 ◦ blue 170

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

Shades of Dark Orchid #A21CAA

Tints of Dark Orchid #A21CAA

RGB

 RED value IS 162 (63.67% from 255) = 45%

 GREEN value IS 28 (11.33% from 255) = 7.78%

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

R = 45%
G = 7.78%
B = 47.22%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A21CAA (or 0xA21CAA) is known color: Dark Orchid. HEX triplet: A2, 1C and AA. RGB value is (162,28,170). Sum of RGB (Red+Green+Blue) = 162+28+170=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #A21CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21CAA is #5DE355. Grayscale: #535353. Windows color (decimal): -6153046 or 11148450. OLE color: 11148450.

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

Color convert

RGB 162 28 170 -
CMYK 0.05 0.84 0 0.33
HSL 296.62º 0.72% 0.39% -
HSV(B) 296.62º 0.84% 0.67% -
XYZ 22.57 11.41 39.04 -
YUV 84.25 176.39 183.45 -
System Red Green Blue C M Y K H S L
Decimal 162 28 170 0.05 0.84 0 0.33 296.62 0.72 0.39
Hex A2 1C AA 5 54 0 21 129 48 27
Octal 242 34 252 5 124 0 41 451 110 47
Binary 10100010 11100 10101010 101 1010100 0 100001 100101001 1001000 100111

Color Harmonies of #A21CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CAA

Black with #A21CAA

Text Example


Text Example

White with #A21CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CAA; }

 p { color: rgb(162,28,170); }

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

background-color css

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

 a { background-color: rgb(162,28,170); }

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

border-color css

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

 span { border-color: rgb(162,28,170); }

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