Html Css Color HEX #A039C8 Dark Orchid

📋 copy color: '#A039C8'

red 160 ◦ green 57 ◦ blue 200

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

Shades of Dark Orchid #A039C8

Tints of Dark Orchid #A039C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.96%

R = 38.37%
G = 13.67%
B = 47.96%

CMYK

 C value IS 0.2

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A039C8 (or 0xA039C8) is known color: Dark Orchid. HEX triplet: A0, 39 and C8. RGB value is (160,57,200). Sum of RGB (Red+Green+Blue) = 160+57+200=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #A039C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039C8 is #5FC637. Grayscale: #676767. Windows color (decimal): -6276664 or 13121952. OLE color: 13121952.

HSL color Cylindrical-coordinate representation of color #A039C8: hue angle of 283.22º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A039C8 is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 57 200 -
CMYK 0.2 0.72 0 0.22
HSL 283.22º 0.57% 0.5% -
HSV(B) 283.22º 0.72% 0.78% -
XYZ 26.39 14.57 56.07 -
YUV 104.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 160 57 200 0.2 0.72 0 0.22 283.22 0.57 0.5
Hex A0 39 C8 14 48 0 16 11B 39 32
Octal 240 71 310 24 110 0 26 433 71 62
Binary 10100000 111001 11001000 10100 1001000 0 10110 100011011 111001 110010

Color Harmonies of #A039C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039C8

Black with #A039C8

Text Example


Text Example

White with #A039C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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