Html Css Color HEX #A682AD East Side

📋 copy color: '#A682AD'

red 166 ◦ green 130 ◦ blue 173

#A682AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A682AD

Tints of East Side #A682AD

RGB

 RED value IS 166 (65.23% from 255) = 35.39%

 GREEN value IS 130 (51.17% from 255) = 27.72%

 BLUE value IS 173 (67.97% from 255) = 36.89%

R = 35.39%
G = 27.72%
B = 36.89%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A682AD (or 0xA682AD) is known color: East Side. HEX triplet: A6, 82 and AD. RGB value is (166,130,173). Sum of RGB (Red+Green+Blue) = 166+130+173=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #A682AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A682AD is #597D52. Grayscale: #919191. Windows color (decimal): -5864787 or 11371174. OLE color: 11371174.

HSL color Cylindrical-coordinate representation of color #A682AD: hue angle of 290.23º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A682AD is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 130 173 -
CMYK 0.04 0.25 0 0.32
HSL 290.23º 0.21% 0.59% -
HSV(B) 290.23º 0.25% 0.68% -
XYZ 31.25 27.09 43.12 -
YUV 145.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 166 130 173 0.04 0.25 0 0.32 290.23 0.21 0.59
Hex A6 82 AD 4 19 0 20 122 15 3B
Octal 246 202 255 4 31 0 40 442 25 73
Binary 10100110 10000010 10101101 100 11001 0 100000 100100010 10101 111011

Color Harmonies of #A682AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A682AD

Black with #A682AD

Text Example


Text Example

White with #A682AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A682AD; }

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

 H1.HeaderClassName
 {
   color: #A682AD;
 }
 .AnyTagClassName
 {
   color: #A682AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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