Html Css Color HEX #A684BA East Side

📋 copy color: '#A684BA'

red 166 ◦ green 132 ◦ blue 186

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

Shades of East Side #A684BA

Tints of East Side #A684BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.27%

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 34.3%
G = 27.27%
B = 38.43%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A684BA (or 0xA684BA) is known color: East Side. HEX triplet: A6, 84 and BA. RGB value is (166,132,186). Sum of RGB (Red+Green+Blue) = 166+132+186=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #A684BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684BA is #597B45. Grayscale: #949494. Windows color (decimal): -5864262 or 12223654. OLE color: 12223654.

HSL color Cylindrical-coordinate representation of color #A684BA: hue angle of 277.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A684BA is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 132 186 -
CMYK 0.11 0.29 0 0.27
HSL 277.78º 0.28% 0.62% -
HSV(B) 277.78º 0.29% 0.73% -
XYZ 32.84 28.15 50.16 -
YUV 148.32 149.26 140.61 -
System Red Green Blue C M Y K H S L
Decimal 166 132 186 0.11 0.29 0 0.27 277.78 0.28 0.62
Hex A6 84 BA B 1D 0 1B 116 1C 3E
Octal 246 204 272 13 35 0 33 426 34 76
Binary 10100110 10000100 10111010 1011 11101 0 11011 100010110 11100 111110

Color Harmonies of #A684BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A684BA

Black with #A684BA

Text Example


Text Example

White with #A684BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A684BA; }

 p { color: rgb(166,132,186); }

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

background-color css

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

 a { background-color: rgb(166,132,186); }

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

border-color css

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

 span { border-color: rgb(166,132,186); }

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