#A53CE4

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

Shades of Dark Orchid #A53CE4

Tints of Dark Orchid #A53CE4

Color information

#A53CE4 (or 0xA53CE4) is unknown color: approx Dark Orchid. HEX triplet: A5, 3C and E4. RGB value is (165,60,228). Sum of RGB (Red+Green+Blue) = 165+60+228=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #A53CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53CE4 is #5AC31B. Grayscale: #6D6D6D. Windows color (decimal): -5948188 or 14957733. OLE color: 14957733.

HSL color Cylindrical-coordinate representation of color #A53CE4: hue angle of 277.5º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A53CE4 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16560228-
CMYK0.280.7400.11
HSL277.5º75.68%56.47%-
HSV(B)277.5º73.68%89.41%-
XYZ31.1416.8375.01-
YUV110.55194.29166.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 60 (23.83% from 255) = 13.25%
BLUE value IS 228 (89.45% from 255) = 50.33%
R=36.42%
G=13.25%
B=50.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal165602280.280.7400.11277.575.6856.47
HexA53CE41C4A0B1164c38
Octal245743443411201342611470
Binary1010010111110011100100111001001010010111000101101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53CE4; }

 p { color: rgb(165,60,228); }

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

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

 a { background-color: rgb(165,60,228); }

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

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

 span { border-color: rgb(165,60,228); }

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