#A483CF

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

Shades of Cold Purple #A483CF

Tints of Cold Purple #A483CF

Color information

#A483CF (or 0xA483CF) is unknown color: approx Cold Purple. HEX triplet: A4, 83 and CF. RGB value is (164,131,207). Sum of RGB (Red+Green+Blue) = 164+131+207=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #A483CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483CF is #5B7C30. Grayscale: #959595. Windows color (decimal): -5995569 or 13599652. OLE color: 13599652.

HSL color Cylindrical-coordinate representation of color #A483CF: hue angle of 266.05º 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 #A483CF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164131207-
CMYK0.210.3700.19
HSL266.05º44.19%66.27%-
HSV(B)266.05º36.71%81.18%-
XYZ34.6928.6362.73-
YUV149.53160.43138.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 131 (51.56% from 255) = 26.10%
BLUE value IS 207 (81.25% from 255) = 41.24%
R=32.67%
G=26.10%
B=41.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641312070.210.3700.19266.0544.1966.27
HexA483CF152501310a2c42
Octal244203317254502341254102
Binary101001001000001111001111101011001010100111000010101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483CF; }

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

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

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

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

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

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

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

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