#A183CF

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

Shades of Cold Purple #A183CF

Tints of Cold Purple #A183CF

Color information

#A183CF (or 0xA183CF) is unknown color: approx Cold Purple. HEX triplet: A1, 83 and CF. RGB value is (161,131,207). Sum of RGB (Red+Green+Blue) = 161+131+207=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #A183CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183CF is #5E7C30. Grayscale: #949494. Windows color (decimal): -6192177 or 13599649. OLE color: 13599649.

HSL color Cylindrical-coordinate representation of color #A183CF: hue angle of 263.68º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A183CF is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161131207-
CMYK0.220.3700.19
HSL263.68º44.19%66.27%-
HSV(B)263.68º36.71%81.18%-
XYZ34.0828.3162.7-
YUV148.63160.94136.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=32.26%
G=26.25%
B=41.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611312070.220.3700.19263.6844.1966.27
HexA183CF16250131082c42
Octal241203317264502341054102
Binary101000011000001111001111101101001010100111000010001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A183CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A183CF; }

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

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

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

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

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

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

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

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