Html Css Color HEX #A21AAC Dark Orchid

📋 copy color: '#A21AAC'

red 162 ◦ green 26 ◦ blue 172

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

Shades of Dark Orchid #A21AAC

Tints of Dark Orchid #A21AAC

RGB

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

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

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

R = 45%
G = 7.22%
B = 47.78%

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

#A21AAC (or 0xA21AAC) is known color: Dark Orchid. HEX triplet: A2, 1A and AC. RGB value is (162,26,172). Sum of RGB (Red+Green+Blue) = 162+26+172=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #A21AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21AAC is #5DE553. Grayscale: #525252. Windows color (decimal): -6153556 or 11279010. OLE color: 11279010.

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

Color convert

RGB 162 26 172 -
CMYK 0.06 0.85 0 0.33
HSL 295.89º 0.74% 0.39% -
HSV(B) 295.89º 0.85% 0.67% -
XYZ 22.72 11.4 40.03 -
YUV 83.31 178.06 184.13 -
System Red Green Blue C M Y K H S L
Decimal 162 26 172 0.06 0.85 0 0.33 295.89 0.74 0.39
Hex A2 1A AC 6 55 0 21 128 4A 27
Octal 242 32 254 6 125 0 41 450 112 47
Binary 10100010 11010 10101100 110 1010101 0 100001 100101000 1001010 100111

Color Harmonies of #A21AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21AAC

Black with #A21AAC

Text Example


Text Example

White with #A21AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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