#A183CD

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

Shades of Cold Purple #A183CD

Tints of Cold Purple #A183CD

Color information

#A183CD (or 0xA183CD) is unknown color: approx Cold Purple. HEX triplet: A1, 83 and CD. RGB value is (161,131,205). Sum of RGB (Red+Green+Blue) = 161+131+205=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #A183CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183CD is #5E7C32. Grayscale: #949494. Windows color (decimal): -6192179 or 13468577. OLE color: 13468577.

HSL color Cylindrical-coordinate representation of color #A183CD: hue angle of 264.32º degrees, saturation: 0.43, 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 #A183CD is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161131205-
CMYK0.210.3600.20
HSL264.32º42.53%65.88%-
HSV(B)264.32º36.1%80.39%-
XYZ33.8328.2261.42-
YUV148.41159.94136.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=32.39%
G=26.36%
B=41.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611312050.210.3600.20264.3242.5365.88
HexA183CD15240141082b42
Octal241203315254402441053102
Binary101000011000001111001101101011001000101001000010001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A183CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A183CD; }

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

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

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

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

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

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

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

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