#A682CA

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

Shades of Cold Purple #A682CA

Tints of Cold Purple #A682CA

Color information

#A682CA (or 0xA682CA) is unknown color: approx Cold Purple. HEX triplet: A6, 82 and CA. RGB value is (166,130,202). Sum of RGB (Red+Green+Blue) = 166+130+202=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #A682CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682CA is #597D35. Grayscale: #949494. Windows color (decimal): -5864758 or 13271718. OLE color: 13271718.

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

Color convert

RGB166130202-
CMYK0.180.3600.21
HSL270º40.45%65.1%-
HSV(B)270º35.64%79.22%-
XYZ34.3728.3459.54-
YUV148.97157.93140.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=33.33%
G=26.10%
B=40.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661302020.180.3600.2127040.4565.1
HexA682CA122401510e2841
Octal246202312224402541650101
Binary101001101000001011001010100101001000101011000011101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682CA; }

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

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

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

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

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

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

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

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