Html Css Color HEX #A03DDB Dark Orchid

📋 copy color: '#A03DDB'

red 160 ◦ green 61 ◦ blue 219

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

Shades of Dark Orchid #A03DDB

Tints of Dark Orchid #A03DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 36.36%
G = 13.86%
B = 49.77%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A03DDB (or 0xA03DDB) is known color: Dark Orchid. HEX triplet: A0, 3D and DB. RGB value is (160,61,219). Sum of RGB (Red+Green+Blue) = 160+61+219=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #A03DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DDB is #5FC224. Grayscale: #6C6C6C. Windows color (decimal): -6275621 or 14368160. OLE color: 14368160.

HSL color Cylindrical-coordinate representation of color #A03DDB: hue angle of 277.59º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03DDB is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 61 219 -
CMYK 0.27 0.72 0 0.14
HSL 277.59º 0.69% 0.55% -
HSV(B) 277.59º 0.72% 0.86% -
XYZ 28.95 15.93 68.57 -
YUV 108.61 190.3 164.65 -
System Red Green Blue C M Y K H S L
Decimal 160 61 219 0.27 0.72 0 0.14 277.59 0.69 0.55
Hex A0 3D DB 1B 48 0 E 116 45 37
Octal 240 75 333 33 110 0 16 426 105 67
Binary 10100000 111101 11011011 11011 1001000 0 1110 100010110 1000101 110111

Color Harmonies of #A03DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03DDB

Black with #A03DDB

Text Example


Text Example

White with #A03DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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