#A53BC4

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

Shades of Dark Orchid #A53BC4

Tints of Dark Orchid #A53BC4

Color information

#A53BC4 (or 0xA53BC4) is unknown color: approx Dark Orchid. HEX triplet: A5, 3B and C4. RGB value is (165,59,196). Sum of RGB (Red+Green+Blue) = 165+59+196=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 196 - color contains mainly: blue. Hex color #A53BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53BC4 is #5AC43B. Grayscale: #696969. Windows color (decimal): -5948476 or 12860325. OLE color: 12860325.

HSL color Cylindrical-coordinate representation of color #A53BC4: hue angle of 286.42º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53BC4 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16559196-
CMYK0.160.7000.23
HSL286.42º53.73%50%-
HSV(B)286.42º69.9%76.86%-
XYZ27.0415.1153.72-
YUV106.31178.62169.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 59 (23.44% from 255) = 14.05%
BLUE value IS 196 (76.95% from 255) = 46.67%
R=39.29%
G=14.05%
B=46.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal165591960.160.7000.23286.4253.7350
HexA53BC4104601711e3632
Octal24573304201060274366662
Binary1010010111101111000100100001000110010111100011110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53BC4; }

 p { color: rgb(165,59,196); }

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

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

 a { background-color: rgb(165,59,196); }

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

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

 span { border-color: rgb(165,59,196); }

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