Html Css Color HEX #A03DB9 Dark Orchid

📋 copy color: '#A03DB9'

red 160 ◦ green 61 ◦ blue 185

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

Shades of Dark Orchid #A03DB9

Tints of Dark Orchid #A03DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.57%

R = 39.41%
G = 15.02%
B = 45.57%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A03DB9 (or 0xA03DB9) is known color: Dark Orchid. HEX triplet: A0, 3D and B9. RGB value is (160,61,185). Sum of RGB (Red+Green+Blue) = 160+61+185=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #A03DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DB9 is #5FC246. Grayscale: #686868. Windows color (decimal): -6275655 or 12139936. OLE color: 12139936.

HSL color Cylindrical-coordinate representation of color #A03DB9: hue angle of 287.9º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03DB9 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 61 185 -
CMYK 0.14 0.67 0 0.27
HSL 287.9º 0.5% 0.48% -
HSV(B) 287.9º 0.67% 0.73% -
XYZ 24.92 14.31 47.35 -
YUV 104.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 160 61 185 0.14 0.67 0 0.27 287.9 0.5 0.48
Hex A0 3D B9 E 43 0 1B 120 32 30
Octal 240 75 271 16 103 0 33 440 62 60
Binary 10100000 111101 10111001 1110 1000011 0 11011 100100000 110010 110000

Color Harmonies of #A03DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03DB9

Black with #A03DB9

Text Example


Text Example

White with #A03DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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