#A283CD

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

Shades of Cold Purple #A283CD

Tints of Cold Purple #A283CD

Color information

#A283CD (or 0xA283CD) is unknown color: approx Cold Purple. HEX triplet: A2, 83 and CD. RGB value is (162,131,205). Sum of RGB (Red+Green+Blue) = 162+131+205=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #A283CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283CD is #5D7C32. Grayscale: #949494. Windows color (decimal): -6126643 or 13468578. OLE color: 13468578.

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

Color convert

RGB162131205-
CMYK0.210.3600.20
HSL265.14º42.53%65.88%-
HSV(B)265.14º36.1%80.39%-
XYZ34.0428.3261.43-
YUV148.7159.77137.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 131 (51.56% from 255) = 26.31%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=32.53%
G=26.31%
B=41.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621312050.210.3600.20265.1442.5365.88
HexA283CD15240141092b42
Octal242203315254402441153102
Binary101000101000001111001101101011001000101001000010011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A283CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A283CD; }

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

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

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

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

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

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

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

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