Html Css Color HEX #AF80BA East Side

📋 copy color: '#AF80BA'

red 175 ◦ green 128 ◦ blue 186

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

Shades of East Side #AF80BA

Tints of East Side #AF80BA

RGB

 RED value IS 175 (68.75% from 255) = 35.79%

 GREEN value IS 128 (50.39% from 255) = 26.18%

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

R = 35.79%
G = 26.18%
B = 38.04%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF80BA (or 0xAF80BA) is known color: East Side. HEX triplet: AF, 80 and BA. RGB value is (175,128,186). Sum of RGB (Red+Green+Blue) = 175+128+186=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF80BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80BA is #507F45. Grayscale: #949494. Windows color (decimal): -5275462 or 12222639. OLE color: 12222639.

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

Color convert

RGB 175 128 186 -
CMYK 0.06 0.31 0 0.27
HSL 288.62º 0.3% 0.62% -
HSV(B) 288.62º 0.31% 0.73% -
XYZ 34.26 28.1 50.07 -
YUV 148.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 175 128 186 0.06 0.31 0 0.27 288.62 0.3 0.62
Hex AF 80 BA 6 1F 0 1B 121 1E 3E
Octal 257 200 272 6 37 0 33 441 36 76
Binary 10101111 10000000 10111010 110 11111 0 11011 100100001 11110 111110

Color Harmonies of #AF80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80BA

Black with #AF80BA

Text Example


Text Example

White with #AF80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80BA; }

 p { color: rgb(175,128,186); }

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

background-color css

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

 a { background-color: rgb(175,128,186); }

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

border-color css

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

 span { border-color: rgb(175,128,186); }

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