Html Css Color HEX #A21ABD Dark Orchid

📋 copy color: '#A21ABD'

red 162 ◦ green 26 ◦ blue 189

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

Shades of Dark Orchid #A21ABD

Tints of Dark Orchid #A21ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 42.97%
G = 6.9%
B = 50.13%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A21ABD (or 0xA21ABD) is known color: Dark Orchid. HEX triplet: A2, 1A and BD. RGB value is (162,26,189). Sum of RGB (Red+Green+Blue) = 162+26+189=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #A21ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ABD is #5DE542. Grayscale: #545454. Windows color (decimal): -6153539 or 12393122. OLE color: 12393122.

HSL color Cylindrical-coordinate representation of color #A21ABD: hue angle of 290.06º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21ABD is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 26 189 -
CMYK 0.14 0.86 0 0.26
HSL 290.06º 0.76% 0.42% -
HSV(B) 290.06º 0.86% 0.74% -
XYZ 24.46 12.09 49.19 -
YUV 85.25 186.56 182.75 -
System Red Green Blue C M Y K H S L
Decimal 162 26 189 0.14 0.86 0 0.26 290.06 0.76 0.42
Hex A2 1A BD E 56 0 1A 122 4C 2A
Octal 242 32 275 16 126 0 32 442 114 52
Binary 10100010 11010 10111101 1110 1010110 0 11010 100100010 1001100 101010

Color Harmonies of #A21ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21ABD

Black with #A21ABD

Text Example


Text Example

White with #A21ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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