Html Css Color HEX #A03CCA Dark Orchid

📋 copy color: '#A03CCA'

red 160 ◦ green 60 ◦ blue 202

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

Shades of Dark Orchid #A03CCA

Tints of Dark Orchid #A03CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.22%

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

R = 37.91%
G = 14.22%
B = 47.87%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A03CCA (or 0xA03CCA) is known color: Dark Orchid. HEX triplet: A0, 3C and CA. RGB value is (160,60,202). Sum of RGB (Red+Green+Blue) = 160+60+202=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #A03CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CCA is #5FC335. Grayscale: #696969. Windows color (decimal): -6275894 or 13253792. OLE color: 13253792.

HSL color Cylindrical-coordinate representation of color #A03CCA: hue angle of 282.25º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03CCA is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 60 202 -
CMYK 0.21 0.70 0 0.21
HSL 282.25º 0.57% 0.51% -
HSV(B) 282.25º 0.7% 0.79% -
XYZ 26.77 14.97 57.36 -
YUV 106.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 160 60 202 0.21 0.70 0 0.21 282.25 0.57 0.51
Hex A0 3C CA 15 46 0 15 11A 39 33
Octal 240 74 312 25 106 0 25 432 71 63
Binary 10100000 111100 11001010 10101 1000110 0 10101 100011010 111001 110011

Color Harmonies of #A03CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03CCA

Black with #A03CCA

Text Example


Text Example

White with #A03CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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