Html Css Color HEX #A03DB6 Dark Orchid

📋 copy color: '#A03DB6'

red 160 ◦ green 61 ◦ blue 182

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

Shades of Dark Orchid #A03DB6

Tints of Dark Orchid #A03DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.14%

 BLUE value IS 182 (71.48% from 255) = 45.16%

R = 39.7%
G = 15.14%
B = 45.16%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A03DB6 (or 0xA03DB6) is known color: Dark Orchid. HEX triplet: A0, 3D and B6. RGB value is (160,61,182). Sum of RGB (Red+Green+Blue) = 160+61+182=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #A03DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DB6 is #5FC249. Grayscale: #686868. Windows color (decimal): -6275658 or 11943328. OLE color: 11943328.

HSL color Cylindrical-coordinate representation of color #A03DB6: hue angle of 289.09º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03DB6 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 61 182 -
CMYK 0.12 0.66 0 0.29
HSL 289.09º 0.5% 0.48% -
HSV(B) 289.09º 0.66% 0.71% -
XYZ 24.61 14.19 45.7 -
YUV 104.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 160 61 182 0.12 0.66 0 0.29 289.09 0.5 0.48
Hex A0 3D B6 C 42 0 1D 121 32 30
Octal 240 75 266 14 102 0 35 441 62 60
Binary 10100000 111101 10110110 1100 1000010 0 11101 100100001 110010 110000

Color Harmonies of #A03DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03DB6

Black with #A03DB6

Text Example


Text Example

White with #A03DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03DB6; }

 p { color: rgb(160,61,182); }

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

background-color css

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

 a { background-color: rgb(160,61,182); }

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

border-color css

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

 span { border-color: rgb(160,61,182); }

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