#A32CC5

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

Shades of Dark Orchid #A32CC5

Tints of Dark Orchid #A32CC5

Color information

#A32CC5 (or 0xA32CC5) is unknown color: approx Dark Orchid. HEX triplet: A3, 2C and C5. RGB value is (163,44,197). Sum of RGB (Red+Green+Blue) = 163+44+197=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 197 - color contains mainly: blue. Hex color #A32CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CC5 is #5CD33A. Grayscale: #606060. Windows color (decimal): -6083387 or 12922019. OLE color: 12922019.

HSL color Cylindrical-coordinate representation of color #A32CC5: hue angle of 286.67º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32CC5 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16344197-
CMYK0.170.7800.23
HSL286.67º63.49%47.25%-
HSV(B)286.67º77.66%77.25%-
XYZ26.0813.6254.08-
YUV97.02184.42175.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.35%
GREEN value IS 44 (17.58% from 255) = 10.89%
BLUE value IS 197 (77.34% from 255) = 48.76%
R=40.35%
G=10.89%
B=48.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163441970.170.7800.23286.6763.4947.25
HexA32CC5114E01711f3f2f
Octal24354305211160274377757
Binary1010001110110011000101100011001110010111100011111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32CC5; }

 p { color: rgb(163,44,197); }

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

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

 a { background-color: rgb(163,44,197); }

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

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

 span { border-color: rgb(163,44,197); }

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