#A683CA

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

Shades of Cold Purple #A683CA

Tints of Cold Purple #A683CA

Color information

#A683CA (or 0xA683CA) is unknown color: approx Cold Purple. HEX triplet: A6, 83 and CA. RGB value is (166,131,202). Sum of RGB (Red+Green+Blue) = 166+131+202=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #A683CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683CA is #597C35. Grayscale: #959595. Windows color (decimal): -5864502 or 13271974. OLE color: 13271974.

HSL color Cylindrical-coordinate representation of color #A683CA: hue angle of 269.58º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A683CA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166131202-
CMYK0.180.3500.21
HSL269.58º40.11%65.29%-
HSV(B)269.58º35.15%79.22%-
XYZ34.528.659.58-
YUV149.56157.6139.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=33.27%
G=26.25%
B=40.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661312020.180.3500.21269.5840.1165.29
HexA683CA122301510e2841
Octal246203312224302541650101
Binary101001101000001111001010100101000110101011000011101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683CA; }

 p { color: rgb(166,131,202); }

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

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

 a { background-color: rgb(166,131,202); }

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

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

 span { border-color: rgb(166,131,202); }

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