#A03BD4

Color #A03BD4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A03BD4

Tints of Dark Orchid #A03BD4

Color information

#A03BD4 (or 0xA03BD4) is unknown color: approx Dark Orchid. HEX triplet: A0, 3B and D4. RGB value is (160,59,212). Sum of RGB (Red+Green+Blue) = 160+59+212=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 212 (83.20% from 255 or 49.19% from 431); Max value from RGB is 212 - color contains mainly: blue. Hex color #A03BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BD4 is #5FC42B. Grayscale: #6A6A6A. Windows color (decimal): -6276140 or 13908896. OLE color: 13908896.

HSL color Cylindrical-coordinate representation of color #A03BD4: hue angle of 279.61º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03BD4 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16059212-
CMYK0.250.7200.17
HSL279.61º64.02%53.14%-
HSV(B)279.61º72.17%83.14%-
XYZ27.9415.3563.78-
YUV106.64187.46166.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 59 (23.44% from 255) = 13.69%
BLUE value IS 212 (83.20% from 255) = 49.19%
R=37.12%
G=13.69%
B=49.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal160592120.250.7200.17279.6164.0253.14
HexA03BD419480111184035
Octal240733243111002143010065
Binary10100000111011110101001100110010000100011000110001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03BD4; }

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

 H1.HeaderClassName
 {
   color: #A03BD4;
 }
 .AnyTagClassName
 {
   color: #A03BD4;
 }
</style>
background-color css

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

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

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

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

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

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