Html Css Color HEX #A21ACC Dark Orchid

📋 copy color: '#A21ACC'

red 162 ◦ green 26 ◦ blue 204

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

Shades of Dark Orchid #A21ACC

Tints of Dark Orchid #A21ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 41.33%
G = 6.63%
B = 52.04%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A21ACC (or 0xA21ACC) is known color: Dark Orchid. HEX triplet: A2, 1A and CC. RGB value is (162,26,204). Sum of RGB (Red+Green+Blue) = 162+26+204=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #A21ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ACC is #5DE533. Grayscale: #565656. Windows color (decimal): -6153524 or 13376162. OLE color: 13376162.

HSL color Cylindrical-coordinate representation of color #A21ACC: hue angle of 285.84º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21ACC is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 26 204 -
CMYK 0.21 0.87 0 0.2
HSL 285.84º 0.77% 0.45% -
HSV(B) 285.84º 0.87% 0.8% -
XYZ 26.17 12.78 58.21 -
YUV 86.96 194.06 181.53 -
System Red Green Blue C M Y K H S L
Decimal 162 26 204 0.21 0.87 0 0.2 285.84 0.77 0.45
Hex A2 1A CC 15 57 0 14 11E 4D 2D
Octal 242 32 314 25 127 0 24 436 115 55
Binary 10100010 11010 11001100 10101 1010111 0 10100 100011110 1001101 101101

Color Harmonies of #A21ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21ACC

Black with #A21ACC

Text Example


Text Example

White with #A21ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21ACC; }

 p { color: rgb(162,26,204); }

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

background-color css

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

 a { background-color: rgb(162,26,204); }

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

border-color css

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

 span { border-color: rgb(162,26,204); }

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