#A532CC

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

Shades of Dark Orchid #A532CC

Tints of Dark Orchid #A532CC

Color information

#A532CC (or 0xA532CC) is unknown color: approx Dark Orchid. HEX triplet: A5, 32 and CC. RGB value is (165,50,204). Sum of RGB (Red+Green+Blue) = 165+50+204=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #A532CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A532CC is #5ACD33. Grayscale: #656565. Windows color (decimal): -5950772 or 13382309. OLE color: 13382309.

HSL color Cylindrical-coordinate representation of color #A532CC: hue angle of 284.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A532CC is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16550204-
CMYK0.190.7500.2
HSL284.81º60.63%49.8%-
HSV(B)284.81º75.49%80%-
XYZ27.5614.6458.5-
YUV101.94185.6172.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 50 (19.92% from 255) = 11.93%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=39.38%
G=11.93%
B=48.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165502040.190.7500.2284.8160.6349.8
HexA532CC134B01411d3d32
Octal24562314231130244357562
Binary1010010111001011001100100111001011010100100011101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A532CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A532CC; }

 p { color: rgb(165,50,204); }

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

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

 a { background-color: rgb(165,50,204); }

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

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

 span { border-color: rgb(165,50,204); }

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