Html Css Color HEX #AF80BB East Side

📋 copy color: '#AF80BB'

red 175 ◦ green 128 ◦ blue 187

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

Shades of East Side #AF80BB

Tints of East Side #AF80BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 35.71%
G = 26.12%
B = 38.16%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF80BB (or 0xAF80BB) is known color: East Side. HEX triplet: AF, 80 and BB. RGB value is (175,128,187). Sum of RGB (Red+Green+Blue) = 175+128+187=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF80BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80BB is #507F44. Grayscale: #949494. Windows color (decimal): -5275461 or 12288175. OLE color: 12288175.

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

Color convert

RGB 175 128 187 -
CMYK 0.06 0.32 0 0.27
HSL 287.8º 0.3% 0.62% -
HSV(B) 287.8º 0.32% 0.73% -
XYZ 34.37 28.14 50.63 -
YUV 148.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 175 128 187 0.06 0.32 0 0.27 287.8 0.3 0.62
Hex AF 80 BB 6 20 0 1B 120 1E 3E
Octal 257 200 273 6 40 0 33 440 36 76
Binary 10101111 10000000 10111011 110 100000 0 11011 100100000 11110 111110

Color Harmonies of #AF80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80BB

Black with #AF80BB

Text Example


Text Example

White with #AF80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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