Html Css Color HEX #A02ECB Dark Orchid

📋 copy color: '#A02ECB'

red 160 ◦ green 46 ◦ blue 203

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

Shades of Dark Orchid #A02ECB

Tints of Dark Orchid #A02ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 39.12%
G = 11.25%
B = 49.63%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A02ECB (or 0xA02ECB) is known color: Dark Orchid. HEX triplet: A0, 2E and CB. RGB value is (160,46,203). Sum of RGB (Red+Green+Blue) = 160+46+203=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #A02ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ECB is #5FD134. Grayscale: #616161. Windows color (decimal): -6279477 or 13315744. OLE color: 13315744.

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

Color convert

RGB 160 46 203 -
CMYK 0.21 0.77 0 0.20
HSL 283.57º 0.63% 0.49% -
HSV(B) 283.57º 0.77% 0.8% -
XYZ 26.25 13.74 57.77 -
YUV 97.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 160 46 203 0.21 0.77 0 0.20 283.57 0.63 0.49
Hex A0 2E CB 15 4D 0 14 11C 3F 31
Octal 240 56 313 25 115 0 24 434 77 61
Binary 10100000 101110 11001011 10101 1001101 0 10100 100011100 111111 110001

Color Harmonies of #A02ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02ECB

Black with #A02ECB

Text Example


Text Example

White with #A02ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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