#A52CC8

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

Shades of Dark Orchid #A52CC8

Tints of Dark Orchid #A52CC8

Color information

#A52CC8 (or 0xA52CC8) is unknown color: approx Dark Orchid. HEX triplet: A5, 2C and C8. RGB value is (165,44,200). Sum of RGB (Red+Green+Blue) = 165+44+200=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #A52CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CC8 is #5AD337. Grayscale: #616161. Windows color (decimal): -5952312 or 13118629. OLE color: 13118629.

HSL color Cylindrical-coordinate representation of color #A52CC8: hue angle of 286.54º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52CC8 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16544200-
CMYK0.180.7800.22
HSL286.54º63.93%47.84%-
HSV(B)286.54º78%78.43%-
XYZ26.8413.9755.93-
YUV97.96185.59175.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 44 (17.58% from 255) = 10.76%
BLUE value IS 200 (78.52% from 255) = 48.90%
R=40.34%
G=10.76%
B=48.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165442000.180.7800.22286.5463.9347.84
HexA52CC8124E01611f4030
Octal245543102211602643710060
Binary10100101101100110010001001010011100101101000111111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52CC8; }

 p { color: rgb(165,44,200); }

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

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

 a { background-color: rgb(165,44,200); }

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

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

 span { border-color: rgb(165,44,200); }

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