#A283C7

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

Shades of Cold Purple #A283C7

Tints of Cold Purple #A283C7

Color information

#A283C7 (or 0xA283C7) is unknown color: approx Cold Purple. HEX triplet: A2, 83 and C7. RGB value is (162,131,199). Sum of RGB (Red+Green+Blue) = 162+131+199=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 199 - color contains mainly: blue. Hex color #A283C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283C7 is #5D7C38. Grayscale: #939393. Windows color (decimal): -6126649 or 13075362. OLE color: 13075362.

HSL color Cylindrical-coordinate representation of color #A283C7: hue angle of 267.35º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A283C7 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB162131199-
CMYK0.190.3400.22
HSL267.35º37.78%64.71%-
HSV(B)267.35º34.17%78.04%-
XYZ33.3328.0457.69-
YUV148.02156.77137.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 199 (78.12% from 255) = 40.45%
R=32.93%
G=26.63%
B=40.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621311990.190.3400.22267.3537.7864.71
HexA283C7132201610b2641
Octal242203307234202641346101
Binary101000101000001111000111100111000100101101000010111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A283C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A283C7; }

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

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

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

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

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

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

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

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