Html Css Color HEX #A21CAB Dark Orchid

📋 copy color: '#A21CAB'

red 162 ◦ green 28 ◦ blue 171

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

Shades of Dark Orchid #A21CAB

Tints of Dark Orchid #A21CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.37%

R = 44.88%
G = 7.76%
B = 47.37%

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

#A21CAB (or 0xA21CAB) is known color: Dark Orchid. HEX triplet: A2, 1C and AB. RGB value is (162,28,171). Sum of RGB (Red+Green+Blue) = 162+28+171=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #A21CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21CAB is #5DE354. Grayscale: #535353. Windows color (decimal): -6153045 or 11213986. OLE color: 11213986.

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

Color convert

RGB 162 28 171 -
CMYK 0.05 0.84 0 0.33
HSL 296.22º 0.72% 0.39% -
HSV(B) 296.22º 0.84% 0.67% -
XYZ 22.67 11.45 39.54 -
YUV 84.37 176.89 183.37 -
System Red Green Blue C M Y K H S L
Decimal 162 28 171 0.05 0.84 0 0.33 296.22 0.72 0.39
Hex A2 1C AB 5 54 0 21 128 48 27
Octal 242 34 253 5 124 0 41 450 110 47
Binary 10100010 11100 10101011 101 1010100 0 100001 100101000 1001000 100111

Color Harmonies of #A21CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CAB

Black with #A21CAB

Text Example


Text Example

White with #A21CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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