Html Css Color HEX #A03BDC Dark Orchid

📋 copy color: '#A03BDC'

red 160 ◦ green 59 ◦ blue 220

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

Shades of Dark Orchid #A03BDC

Tints of Dark Orchid #A03BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 36.45%
G = 13.44%
B = 50.11%

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

#A03BDC (or 0xA03BDC) is known color: Dark Orchid. HEX triplet: A0, 3B and DC. RGB value is (160,59,220). Sum of RGB (Red+Green+Blue) = 160+59+220=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #A03BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BDC is #5FC423. Grayscale: #6B6B6B. Windows color (decimal): -6276132 or 14433184. OLE color: 14433184.

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

Color convert

RGB 160 59 220 -
CMYK 0.27 0.73 0 0.14
HSL 277.64º 0.7% 0.55% -
HSV(B) 277.64º 0.73% 0.86% -
XYZ 28.98 15.77 69.23 -
YUV 107.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 160 59 220 0.27 0.73 0 0.14 277.64 0.7 0.55
Hex A0 3B DC 1B 49 0 E 116 46 37
Octal 240 73 334 33 111 0 16 426 106 67
Binary 10100000 111011 11011100 11011 1001001 0 1110 100010110 1000110 110111

Color Harmonies of #A03BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03BDC

Black with #A03BDC

Text Example


Text Example

White with #A03BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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