#A183CC

Color #A183CC Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A183CC

Tints of Cold Purple #A183CC

Color information

#A183CC (or 0xA183CC) is unknown color: approx Cold Purple. HEX triplet: A1, 83 and CC. RGB value is (161,131,204). Sum of RGB (Red+Green+Blue) = 161+131+204=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #A183CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183CC is #5E7C33. Grayscale: #949494. Windows color (decimal): -6192180 or 13403041. OLE color: 13403041.

HSL color Cylindrical-coordinate representation of color #A183CC: hue angle of 264.66º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A183CC is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB161131204-
CMYK0.210.3600.2
HSL264.66º41.71%65.69%-
HSV(B)264.66º35.78%80%-
XYZ33.7128.1760.79-
YUV148.29159.44137.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 131 (51.56% from 255) = 26.41%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=32.46%
G=26.41%
B=41.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611312040.210.3600.2264.6641.7165.69
HexA183CC15240141092a42
Octal241203314254402441152102
Binary101000011000001111001100101011001000101001000010011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A183CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A183CC; }

 p { color: rgb(161,131,204); }

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

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

 a { background-color: rgb(161,131,204); }

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

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

 span { border-color: rgb(161,131,204); }

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