#A083D1

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

Shades of Cold Purple #A083D1

Tints of Cold Purple #A083D1

Color information

#A083D1 (or 0xA083D1) is unknown color: approx Cold Purple. HEX triplet: A0, 83 and D1. RGB value is (160,131,209). Sum of RGB (Red+Green+Blue) = 160+131+209=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #A083D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083D1 is #5F7C2E. Grayscale: #949494. Windows color (decimal): -6257711 or 13730720. OLE color: 13730720.

HSL color Cylindrical-coordinate representation of color #A083D1: hue angle of 262.31º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A083D1 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160131209-
CMYK0.230.3700.18
HSL262.31º45.88%66.67%-
HSV(B)262.31º37.32%81.96%-
XYZ34.1228.3163.99-
YUV148.56162.11136.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 209 (82.03% from 255) = 41.8%
R=32%
G=26.2%
B=41.8%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601312090.230.3700.18262.3145.8866.67
HexA083D117250121062e43
Octal240203321274502240656103
Binary101000001000001111010001101111001010100101000001101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A083D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A083D1; }

 p { color: rgb(160,131,209); }

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

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

 a { background-color: rgb(160,131,209); }

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

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

 span { border-color: rgb(160,131,209); }

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