Html Css Color HEX #A03ECA Dark Orchid

📋 copy color: '#A03ECA'

red 160 ◦ green 62 ◦ blue 202

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

Shades of Dark Orchid #A03ECA

Tints of Dark Orchid #A03ECA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.62%

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

R = 37.74%
G = 14.62%
B = 47.64%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A03ECA (or 0xA03ECA) is known color: Dark Orchid. HEX triplet: A0, 3E and CA. RGB value is (160,62,202). Sum of RGB (Red+Green+Blue) = 160+62+202=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #A03ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ECA is #5FC135. Grayscale: #6A6A6A. Windows color (decimal): -6275382 or 13254304. OLE color: 13254304.

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

Color convert

RGB 160 62 202 -
CMYK 0.21 0.69 0 0.21
HSL 282º 0.57% 0.52% -
HSV(B) 282º 0.69% 0.79% -
XYZ 26.88 15.18 57.39 -
YUV 107.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 160 62 202 0.21 0.69 0 0.21 282 0.57 0.52
Hex A0 3E CA 15 45 0 15 11A 39 34
Octal 240 76 312 25 105 0 25 432 71 64
Binary 10100000 111110 11001010 10101 1000101 0 10101 100011010 111001 110100

Color Harmonies of #A03ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03ECA

Black with #A03ECA

Text Example


Text Example

White with #A03ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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