Html Css Color HEX #A020CA Dark Orchid

📋 copy color: '#A020CA'

red 160 ◦ green 32 ◦ blue 202

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

Shades of Dark Orchid #A020CA

Tints of Dark Orchid #A020CA

RGB

 RED value IS 160 (62.89% from 255) = 40.61%

 GREEN value IS 32 (12.89% from 255) = 8.12%

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

R = 40.61%
G = 8.12%
B = 51.27%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A020CA (or 0xA020CA) is known color: Dark Orchid. HEX triplet: A0, 20 and CA. RGB value is (160,32,202). Sum of RGB (Red+Green+Blue) = 160+32+202=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #A020CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020CA is #5FDF35. Grayscale: #595959. Windows color (decimal): -6283062 or 13246624. OLE color: 13246624.

HSL color Cylindrical-coordinate representation of color #A020CA: hue angle of 285.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A020CA is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 32 202 -
CMYK 0.21 0.84 0 0.21
HSL 285.18º 0.73% 0.46% -
HSV(B) 285.18º 0.84% 0.79% -
XYZ 25.67 12.77 56.99 -
YUV 89.65 191.41 178.18 -
System Red Green Blue C M Y K H S L
Decimal 160 32 202 0.21 0.84 0 0.21 285.18 0.73 0.46
Hex A0 20 CA 15 54 0 15 11D 49 2E
Octal 240 40 312 25 124 0 25 435 111 56
Binary 10100000 100000 11001010 10101 1010100 0 10101 100011101 1001001 101110

Color Harmonies of #A020CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020CA

Black with #A020CA

Text Example


Text Example

White with #A020CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020CA; }

 p { color: rgb(160,32,202); }

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

background-color css

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

 a { background-color: rgb(160,32,202); }

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

border-color css

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

 span { border-color: rgb(160,32,202); }

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