Html Css Color HEX #AFA0BE East Side

📋 copy color: '#AFA0BE'

red 175 ◦ green 160 ◦ blue 190

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

Shades of East Side #AFA0BE

Tints of East Side #AFA0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.48%

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 33.33%
G = 30.48%
B = 36.19%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFA0BE (or 0xAFA0BE) is known color: East Side. HEX triplet: AF, A0 and BE. RGB value is (175,160,190). Sum of RGB (Red+Green+Blue) = 175+160+190=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0BE is #505F41. Grayscale: #A7A7A7. Windows color (decimal): -5267266 or 12492975. OLE color: 12492975.

HSL color Cylindrical-coordinate representation of color #AFA0BE: hue angle of 270º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFA0BE is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 160 190 -
CMYK 0.08 0.16 0 0.25
HSL 270º 0.19% 0.69% -
HSV(B) 270º 0.16% 0.75% -
XYZ 39.54 37.97 53.96 -
YUV 167.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 175 160 190 0.08 0.16 0 0.25 270 0.19 0.69
Hex AF A0 BE 8 10 0 19 10E 13 45
Octal 257 240 276 10 20 0 31 416 23 105
Binary 10101111 10100000 10111110 1000 10000 0 11001 100001110 10011 1000101

Color Harmonies of #AFA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA0BE

Black with #AFA0BE

Text Example


Text Example

White with #AFA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA0BE; }

 p { color: rgb(175,160,190); }

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

background-color css

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

 a { background-color: rgb(175,160,190); }

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

border-color css

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

 span { border-color: rgb(175,160,190); }

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