Html Css Color HEX #A03BD0 Dark Orchid

📋 copy color: '#A03BD0'

red 160 ◦ green 59 ◦ blue 208

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

Shades of Dark Orchid #A03BD0

Tints of Dark Orchid #A03BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.71%

R = 37.47%
G = 13.82%
B = 48.71%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A03BD0 (or 0xA03BD0) is known color: Dark Orchid. HEX triplet: A0, 3B and D0. RGB value is (160,59,208). Sum of RGB (Red+Green+Blue) = 160+59+208=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #A03BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BD0 is #5FC42F. Grayscale: #696969. Windows color (decimal): -6276144 or 13646752. OLE color: 13646752.

HSL color Cylindrical-coordinate representation of color #A03BD0: hue angle of 280.67º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03BD0 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 59 208 -
CMYK 0.23 0.72 0 0.18
HSL 280.67º 0.61% 0.52% -
HSV(B) 280.67º 0.72% 0.82% -
XYZ 27.45 15.16 61.15 -
YUV 106.19 185.46 166.38 -
System Red Green Blue C M Y K H S L
Decimal 160 59 208 0.23 0.72 0 0.18 280.67 0.61 0.52
Hex A0 3B D0 17 48 0 12 119 3D 34
Octal 240 73 320 27 110 0 22 431 75 64
Binary 10100000 111011 11010000 10111 1001000 0 10010 100011001 111101 110100

Color Harmonies of #A03BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03BD0

Black with #A03BD0

Text Example


Text Example

White with #A03BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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