Html Css Color HEX #A03CDB Dark Orchid

📋 copy color: '#A03CDB'

red 160 ◦ green 60 ◦ blue 219

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

Shades of Dark Orchid #A03CDB

Tints of Dark Orchid #A03CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.67%

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

R = 36.45%
G = 13.67%
B = 49.89%

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

#A03CDB (or 0xA03CDB) is known color: Dark Orchid. HEX triplet: A0, 3C and DB. RGB value is (160,60,219). Sum of RGB (Red+Green+Blue) = 160+60+219=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #A03CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CDB is #5FC324. Grayscale: #6B6B6B. Windows color (decimal): -6275877 or 14367904. OLE color: 14367904.

HSL color Cylindrical-coordinate representation of color #A03CDB: hue angle of 277.74º 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 #A03CDB is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 60 219 -
CMYK 0.27 0.73 0 0.14
HSL 277.74º 0.69% 0.55% -
HSV(B) 277.74º 0.73% 0.86% -
XYZ 28.9 15.82 68.55 -
YUV 108.03 190.63 165.07 -
System Red Green Blue C M Y K H S L
Decimal 160 60 219 0.27 0.73 0 0.14 277.74 0.69 0.55
Hex A0 3C DB 1B 49 0 E 116 45 37
Octal 240 74 333 33 111 0 16 426 105 67
Binary 10100000 111100 11011011 11011 1001001 0 1110 100010110 1000101 110111

Color Harmonies of #A03CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03CDB

Black with #A03CDB

Text Example


Text Example

White with #A03CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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