Html Css Color HEX #A21ACA Dark Orchid

📋 copy color: '#A21ACA'

red 162 ◦ green 26 ◦ blue 202

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

Shades of Dark Orchid #A21ACA

Tints of Dark Orchid #A21ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.79%

R = 41.54%
G = 6.67%
B = 51.79%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A21ACA (or 0xA21ACA) is known color: Dark Orchid. HEX triplet: A2, 1A and CA. RGB value is (162,26,202). Sum of RGB (Red+Green+Blue) = 162+26+202=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #A21ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ACA is #5DE535. Grayscale: #565656. Windows color (decimal): -6153526 or 13245090. OLE color: 13245090.

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

Color convert

RGB 162 26 202 -
CMYK 0.20 0.87 0 0.21
HSL 286.36º 0.77% 0.45% -
HSV(B) 286.36º 0.87% 0.79% -
XYZ 25.93 12.68 56.96 -
YUV 86.73 193.06 181.69 -
System Red Green Blue C M Y K H S L
Decimal 162 26 202 0.20 0.87 0 0.21 286.36 0.77 0.45
Hex A2 1A CA 14 57 0 15 11E 4D 2D
Octal 242 32 312 24 127 0 25 436 115 55
Binary 10100010 11010 11001010 10100 1010111 0 10101 100011110 1001101 101101

Color Harmonies of #A21ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21ACA

Black with #A21ACA

Text Example


Text Example

White with #A21ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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