Html Css Color HEX #A020CC Dark Orchid

📋 copy color: '#A020CC'

red 160 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #A020CC

Tints of Dark Orchid #A020CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 40.4%
G = 8.08%
B = 51.52%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A020CC (or 0xA020CC) is known color: Dark Orchid. HEX triplet: A0, 20 and CC. RGB value is (160,32,204). Sum of RGB (Red+Green+Blue) = 160+32+204=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #A020CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020CC is #5FDF33. Grayscale: #595959. Windows color (decimal): -6283060 or 13377696. OLE color: 13377696.

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

Color convert

RGB 160 32 204 -
CMYK 0.22 0.84 0 0.2
HSL 284.65º 0.73% 0.46% -
HSV(B) 284.65º 0.84% 0.8% -
XYZ 25.91 12.87 58.24 -
YUV 89.88 192.41 178.01 -
System Red Green Blue C M Y K H S L
Decimal 160 32 204 0.22 0.84 0 0.2 284.65 0.73 0.46
Hex A0 20 CC 16 54 0 14 11D 49 2E
Octal 240 40 314 26 124 0 24 435 111 56
Binary 10100000 100000 11001100 10110 1010100 0 10100 100011101 1001001 101110

Color Harmonies of #A020CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020CC

Black with #A020CC

Text Example


Text Example

White with #A020CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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