Html Css Color HEX #A21ACD Dark Orchid

📋 copy color: '#A21ACD'

red 162 ◦ green 26 ◦ blue 205

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

Shades of Dark Orchid #A21ACD

Tints of Dark Orchid #A21ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 41.22%
G = 6.62%
B = 52.16%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A21ACD (or 0xA21ACD) is known color: Dark Orchid. HEX triplet: A2, 1A and CD. RGB value is (162,26,205). Sum of RGB (Red+Green+Blue) = 162+26+205=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #A21ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ACD is #5DE532. Grayscale: #565656. Windows color (decimal): -6153523 or 13441698. OLE color: 13441698.

HSL color Cylindrical-coordinate representation of color #A21ACD: hue angle of 285.59º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21ACD is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 26 205 -
CMYK 0.21 0.87 0 0.20
HSL 285.59º 0.77% 0.45% -
HSV(B) 285.59º 0.87% 0.8% -
XYZ 26.29 12.83 58.85 -
YUV 87.07 194.56 181.45 -
System Red Green Blue C M Y K H S L
Decimal 162 26 205 0.21 0.87 0 0.20 285.59 0.77 0.45
Hex A2 1A CD 15 57 0 14 11E 4D 2D
Octal 242 32 315 25 127 0 24 436 115 55
Binary 10100010 11010 11001101 10101 1010111 0 10100 100011110 1001101 101101

Color Harmonies of #A21ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21ACD

Black with #A21ACD

Text Example


Text Example

White with #A21ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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