Html Css Color HEX #A039CA Dark Orchid

📋 copy color: '#A039CA'

red 160 ◦ green 57 ◦ blue 202

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

Shades of Dark Orchid #A039CA

Tints of Dark Orchid #A039CA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.6%

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

R = 38.19%
G = 13.6%
B = 48.21%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A039CA (or 0xA039CA) is known color: Dark Orchid. HEX triplet: A0, 39 and CA. RGB value is (160,57,202). Sum of RGB (Red+Green+Blue) = 160+57+202=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #A039CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039CA is #5FC635. Grayscale: #676767. Windows color (decimal): -6276662 or 13253024. OLE color: 13253024.

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

Color convert

RGB 160 57 202 -
CMYK 0.21 0.72 0 0.21
HSL 282.62º 0.58% 0.51% -
HSV(B) 282.62º 0.72% 0.79% -
XYZ 26.62 14.66 57.3 -
YUV 104.33 183.12 167.71 -
System Red Green Blue C M Y K H S L
Decimal 160 57 202 0.21 0.72 0 0.21 282.62 0.58 0.51
Hex A0 39 CA 15 48 0 15 11B 3A 33
Octal 240 71 312 25 110 0 25 433 72 63
Binary 10100000 111001 11001010 10101 1001000 0 10101 100011011 111010 110011

Color Harmonies of #A039CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039CA

Black with #A039CA

Text Example


Text Example

White with #A039CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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