Html Css Color HEX #A039CB Dark Orchid

📋 copy color: '#A039CB'

red 160 ◦ green 57 ◦ blue 203

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

Shades of Dark Orchid #A039CB

Tints of Dark Orchid #A039CB

RGB

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

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

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

R = 38.1%
G = 13.57%
B = 48.33%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A039CB (or 0xA039CB) is known color: Dark Orchid. HEX triplet: A0, 39 and CB. RGB value is (160,57,203). Sum of RGB (Red+Green+Blue) = 160+57+203=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #A039CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039CB is #5FC634. Grayscale: #676767. Windows color (decimal): -6276661 or 13318560. OLE color: 13318560.

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

Color convert

RGB 160 57 203 -
CMYK 0.21 0.72 0 0.20
HSL 282.33º 0.58% 0.51% -
HSV(B) 282.33º 0.72% 0.8% -
XYZ 26.74 14.71 57.93 -
YUV 104.44 183.62 167.63 -
System Red Green Blue C M Y K H S L
Decimal 160 57 203 0.21 0.72 0 0.20 282.33 0.58 0.51
Hex A0 39 CB 15 48 0 14 11A 3A 33
Octal 240 71 313 25 110 0 24 432 72 63
Binary 10100000 111001 11001011 10101 1001000 0 10100 100011010 111010 110011

Color Harmonies of #A039CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039CB

Black with #A039CB

Text Example


Text Example

White with #A039CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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