#A283CC

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

Shades of Cold Purple #A283CC

Tints of Cold Purple #A283CC

Color information

#A283CC (or 0xA283CC) is unknown color: approx Cold Purple. HEX triplet: A2, 83 and CC. RGB value is (162,131,204). Sum of RGB (Red+Green+Blue) = 162+131+204=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #A283CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283CC is #5D7C33. Grayscale: #949494. Windows color (decimal): -6126644 or 13403042. OLE color: 13403042.

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

Color convert

RGB162131204-
CMYK0.210.3600.2
HSL265.48º41.71%65.69%-
HSV(B)265.48º35.78%80%-
XYZ33.9228.2760.8-
YUV148.59159.27137.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=32.60%
G=26.36%
B=41.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621312040.210.3600.2265.4841.7165.69
HexA283CC15240141092a42
Octal242203314254402441152102
Binary101000101000001111001100101011001000101001000010011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A283CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A283CC; }

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

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

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

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

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

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

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

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