Html Css Color HEX #A21BAB Dark Orchid

📋 copy color: '#A21BAB'

red 162 ◦ green 27 ◦ blue 171

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

Shades of Dark Orchid #A21BAB

Tints of Dark Orchid #A21BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.5%

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

R = 45%
G = 7.5%
B = 47.5%

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

#A21BAB (or 0xA21BAB) is known color: Dark Orchid. HEX triplet: A2, 1B and AB. RGB value is (162,27,171). Sum of RGB (Red+Green+Blue) = 162+27+171=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #A21BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21BAB is #5DE454. Grayscale: #535353. Windows color (decimal): -6153301 or 11213730. OLE color: 11213730.

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

Color convert

RGB 162 27 171 -
CMYK 0.05 0.84 0 0.33
HSL 296.25º 0.73% 0.39% -
HSV(B) 296.25º 0.84% 0.67% -
XYZ 22.64 11.41 39.54 -
YUV 83.78 177.23 183.79 -
System Red Green Blue C M Y K H S L
Decimal 162 27 171 0.05 0.84 0 0.33 296.25 0.73 0.39
Hex A2 1B AB 5 54 0 21 128 49 27
Octal 242 33 253 5 124 0 41 450 111 47
Binary 10100010 11011 10101011 101 1010100 0 100001 100101000 1001001 100111

Color Harmonies of #A21BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BAB

Black with #A21BAB

Text Example


Text Example

White with #A21BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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