Html Css Color HEX #A02ECD Dark Orchid

📋 copy color: '#A02ECD'

red 160 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #A02ECD

Tints of Dark Orchid #A02ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.19%

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 38.93%
G = 11.19%
B = 49.88%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A02ECD (or 0xA02ECD) is known color: Dark Orchid. HEX triplet: A0, 2E and CD. RGB value is (160,46,205). Sum of RGB (Red+Green+Blue) = 160+46+205=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #A02ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ECD is #5FD132. Grayscale: #616161. Windows color (decimal): -6279475 or 13446816. OLE color: 13446816.

HSL color Cylindrical-coordinate representation of color #A02ECD: hue angle of 283.02º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02ECD is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 46 205 -
CMYK 0.22 0.78 0 0.20
HSL 283.02º 0.63% 0.49% -
HSV(B) 283.02º 0.78% 0.8% -
XYZ 26.49 13.84 59.03 -
YUV 98.21 188.27 172.07 -
System Red Green Blue C M Y K H S L
Decimal 160 46 205 0.22 0.78 0 0.20 283.02 0.63 0.49
Hex A0 2E CD 16 4E 0 14 11B 3F 31
Octal 240 56 315 26 116 0 24 433 77 61
Binary 10100000 101110 11001101 10110 1001110 0 10100 100011011 111111 110001

Color Harmonies of #A02ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02ECD

Black with #A02ECD

Text Example


Text Example

White with #A02ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02ECD; }

 p { color: rgb(160,46,205); }

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

background-color css

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

 a { background-color: rgb(160,46,205); }

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

border-color css

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

 span { border-color: rgb(160,46,205); }

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