Html Css Color HEX #A21AB9 Dark Orchid

📋 copy color: '#A21AB9'

red 162 ◦ green 26 ◦ blue 185

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

Shades of Dark Orchid #A21AB9

Tints of Dark Orchid #A21AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.6%

R = 43.43%
G = 6.97%
B = 49.6%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A21AB9 (or 0xA21AB9) is known color: Dark Orchid. HEX triplet: A2, 1A and B9. RGB value is (162,26,185). Sum of RGB (Red+Green+Blue) = 162+26+185=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #A21AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21AB9 is #5DE546. Grayscale: #545454. Windows color (decimal): -6153543 or 12130978. OLE color: 12130978.

HSL color Cylindrical-coordinate representation of color #A21AB9: hue angle of 291.32º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21AB9 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 26 185 -
CMYK 0.12 0.86 0 0.27
HSL 291.32º 0.75% 0.41% -
HSV(B) 291.32º 0.86% 0.73% -
XYZ 24.03 11.92 46.93 -
YUV 84.79 184.56 183.07 -
System Red Green Blue C M Y K H S L
Decimal 162 26 185 0.12 0.86 0 0.27 291.32 0.75 0.41
Hex A2 1A B9 C 56 0 1B 123 4B 29
Octal 242 32 271 14 126 0 33 443 113 51
Binary 10100010 11010 10111001 1100 1010110 0 11011 100100011 1001011 101001

Color Harmonies of #A21AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21AB9

Black with #A21AB9

Text Example


Text Example

White with #A21AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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