Html Css Color HEX #A21CAC Dark Orchid

📋 copy color: '#A21CAC'

red 162 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #A21CAC

Tints of Dark Orchid #A21CAC

RGB

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

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

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

R = 44.75%
G = 7.73%
B = 47.51%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A21CAC (or 0xA21CAC) is known color: Dark Orchid. HEX triplet: A2, 1C and AC. RGB value is (162,28,172). Sum of RGB (Red+Green+Blue) = 162+28+172=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #A21CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21CAC is #5DE353. Grayscale: #545454. Windows color (decimal): -6153044 or 11279522. OLE color: 11279522.

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

Color convert

RGB 162 28 172 -
CMYK 0.06 0.84 0 0.33
HSL 295.83º 0.72% 0.39% -
HSV(B) 295.83º 0.84% 0.67% -
XYZ 22.76 11.49 40.05 -
YUV 84.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 162 28 172 0.06 0.84 0 0.33 295.83 0.72 0.39
Hex A2 1C AC 6 54 0 21 128 48 27
Octal 242 34 254 6 124 0 41 450 110 47
Binary 10100010 11100 10101100 110 1010100 0 100001 100101000 1001000 100111

Color Harmonies of #A21CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CAC

Black with #A21CAC

Text Example


Text Example

White with #A21CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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