Html Css Color HEX #A03BDB Dark Orchid

📋 copy color: '#A03BDB'

red 160 ◦ green 59 ◦ blue 219

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

Shades of Dark Orchid #A03BDB

Tints of Dark Orchid #A03BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.47%

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

R = 36.53%
G = 13.47%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A03BDB (or 0xA03BDB) is known color: Dark Orchid. HEX triplet: A0, 3B and DB. RGB value is (160,59,219). Sum of RGB (Red+Green+Blue) = 160+59+219=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #A03BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BDB is #5FC424. Grayscale: #6A6A6A. Windows color (decimal): -6276133 or 14367648. OLE color: 14367648.

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

Color convert

RGB 160 59 219 -
CMYK 0.27 0.73 0 0.14
HSL 277.88º 0.69% 0.55% -
HSV(B) 277.88º 0.73% 0.86% -
XYZ 28.85 15.72 68.53 -
YUV 107.44 190.96 165.49 -
System Red Green Blue C M Y K H S L
Decimal 160 59 219 0.27 0.73 0 0.14 277.88 0.69 0.55
Hex A0 3B DB 1B 49 0 E 116 45 37
Octal 240 73 333 33 111 0 16 426 105 67
Binary 10100000 111011 11011011 11011 1001001 0 1110 100010110 1000101 110111

Color Harmonies of #A03BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03BDB

Black with #A03BDB

Text Example


Text Example

White with #A03BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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