Html Css Color HEX #A03BDE Dark Orchid

📋 copy color: '#A03BDE'

red 160 ◦ green 59 ◦ blue 222

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

Shades of Dark Orchid #A03BDE

Tints of Dark Orchid #A03BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 36.28%
G = 13.38%
B = 50.34%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A03BDE (or 0xA03BDE) is known color: Dark Orchid. HEX triplet: A0, 3B and DE. RGB value is (160,59,222). Sum of RGB (Red+Green+Blue) = 160+59+222=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #A03BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BDE is #5FC421. Grayscale: #6B6B6B. Windows color (decimal): -6276130 or 14564256. OLE color: 14564256.

HSL color Cylindrical-coordinate representation of color #A03BDE: hue angle of 277.18º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A03BDE is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 59 222 -
CMYK 0.28 0.73 0 0.13
HSL 277.18º 0.71% 0.55% -
HSV(B) 277.18º 0.73% 0.87% -
XYZ 29.25 15.88 70.63 -
YUV 107.78 192.46 165.25 -
System Red Green Blue C M Y K H S L
Decimal 160 59 222 0.28 0.73 0 0.13 277.18 0.71 0.55
Hex A0 3B DE 1C 49 0 D 115 47 37
Octal 240 73 336 34 111 0 15 425 107 67
Binary 10100000 111011 11011110 11100 1001001 0 1101 100010101 1000111 110111

Color Harmonies of #A03BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03BDE

Black with #A03BDE

Text Example


Text Example

White with #A03BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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