Html Css Color HEX #A02ED5 Dark Orchid

📋 copy color: '#A02ED5'

red 160 ◦ green 46 ◦ blue 213

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

Shades of Dark Orchid #A02ED5

Tints of Dark Orchid #A02ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.84%

R = 38.19%
G = 10.98%
B = 50.84%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A02ED5 (or 0xA02ED5) is known color: Dark Orchid. HEX triplet: A0, 2E and D5. RGB value is (160,46,213). Sum of RGB (Red+Green+Blue) = 160+46+213=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #A02ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ED5 is #5FD12A. Grayscale: #626262. Windows color (decimal): -6279467 or 13971104. OLE color: 13971104.

HSL color Cylindrical-coordinate representation of color #A02ED5: hue angle of 280.96º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02ED5 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 46 213 -
CMYK 0.25 0.78 0 0.16
HSL 280.96º 0.67% 0.51% -
HSV(B) 280.96º 0.78% 0.84% -
XYZ 27.48 14.23 64.25 -
YUV 99.12 192.27 171.42 -
System Red Green Blue C M Y K H S L
Decimal 160 46 213 0.25 0.78 0 0.16 280.96 0.67 0.51
Hex A0 2E D5 19 4E 0 10 119 43 33
Octal 240 56 325 31 116 0 20 431 103 63
Binary 10100000 101110 11010101 11001 1001110 0 10000 100011001 1000011 110011

Color Harmonies of #A02ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02ED5

Black with #A02ED5

Text Example


Text Example

White with #A02ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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