Html Css Color HEX #A03ECC Dark Orchid

📋 copy color: '#A03ECC'

red 160 ◦ green 62 ◦ blue 204

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

Shades of Dark Orchid #A03ECC

Tints of Dark Orchid #A03ECC

RGB

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

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

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

R = 37.56%
G = 14.55%
B = 47.89%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A03ECC (or 0xA03ECC) is known color: Dark Orchid. HEX triplet: A0, 3E and CC. RGB value is (160,62,204). Sum of RGB (Red+Green+Blue) = 160+62+204=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #A03ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ECC is #5FC133. Grayscale: #6B6B6B. Windows color (decimal): -6275380 or 13385376. OLE color: 13385376.

HSL color Cylindrical-coordinate representation of color #A03ECC: hue angle of 281.41º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03ECC is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 62 204 -
CMYK 0.22 0.70 0 0.2
HSL 281.41º 0.58% 0.52% -
HSV(B) 281.41º 0.7% 0.8% -
XYZ 27.12 15.28 58.65 -
YUV 107.49 182.47 165.45 -
System Red Green Blue C M Y K H S L
Decimal 160 62 204 0.22 0.70 0 0.2 281.41 0.58 0.52
Hex A0 3E CC 16 46 0 14 119 3A 34
Octal 240 76 314 26 106 0 24 431 72 64
Binary 10100000 111110 11001100 10110 1000110 0 10100 100011001 111010 110100

Color Harmonies of #A03ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03ECC

Black with #A03ECC

Text Example


Text Example

White with #A03ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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