#A283CF

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

Shades of Cold Purple #A283CF

Tints of Cold Purple #A283CF

Color information

#A283CF (or 0xA283CF) is unknown color: approx Cold Purple. HEX triplet: A2, 83 and CF. RGB value is (162,131,207). Sum of RGB (Red+Green+Blue) = 162+131+207=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #A283CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283CF is #5D7C30. Grayscale: #949494. Windows color (decimal): -6126641 or 13599650. OLE color: 13599650.

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

Color convert

RGB162131207-
CMYK0.220.3700.19
HSL264.47º44.19%66.27%-
HSV(B)264.47º36.71%81.18%-
XYZ34.2828.4262.71-
YUV148.93160.77137.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=32.4%
G=26.2%
B=41.4%

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
Decimal1621312070.220.3700.19264.4744.1966.27
HexA283CF16250131082c42
Octal242203317264502341054102
Binary101000101000001111001111101101001010100111000010001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A283CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A283CF; }

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

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

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

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

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

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

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

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