#A782CA

Color #A782CA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A782CA

Tints of East Side #A782CA

Color information

#A782CA (or 0xA782CA) is unknown color: approx East Side. HEX triplet: A7, 82 and CA. RGB value is (167,130,202). Sum of RGB (Red+Green+Blue) = 167+130+202=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 130 (51.17% from 255 or 26.05% 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 #A782CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782CA is #587D35. Grayscale: #959595. Windows color (decimal): -5799222 or 13271719. OLE color: 13271719.

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

Color convert

RGB167130202-
CMYK0.170.3600.21
HSL270.83º40.45%65.1%-
HSV(B)270.83º35.64%79.22%-
XYZ34.5828.4559.55-
YUV149.27157.76140.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.47%
GREEN value IS 130 (51.17% from 255) = 26.05%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=33.47%
G=26.05%
B=40.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671302020.170.3600.21270.8340.4565.1
HexA782CA112401510f2841
Octal247202312214402541750101
Binary101001111000001011001010100011001000101011000011111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782CA; }

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

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

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

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

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

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

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

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