Html Css Color HEX #AF95BA East Side

📋 copy color: '#AF95BA'

red 175 ◦ green 149 ◦ blue 186

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

Shades of East Side #AF95BA

Tints of East Side #AF95BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.22%

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

R = 34.31%
G = 29.22%
B = 36.47%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF95BA (or 0xAF95BA) is known color: East Side. HEX triplet: AF, 95 and BA. RGB value is (175,149,186). Sum of RGB (Red+Green+Blue) = 175+149+186=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF95BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95BA is #506A45. Grayscale: #A0A0A0. Windows color (decimal): -5270086 or 12228015. OLE color: 12228015.

HSL color Cylindrical-coordinate representation of color #AF95BA: hue angle of 282.16º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF95BA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 149 186 -
CMYK 0.06 0.20 0 0.27
HSL 282.16º 0.21% 0.66% -
HSV(B) 282.16º 0.2% 0.73% -
XYZ 37.29 34.15 51.08 -
YUV 160.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 175 149 186 0.06 0.20 0 0.27 282.16 0.21 0.66
Hex AF 95 BA 6 14 0 1B 11A 15 42
Octal 257 225 272 6 24 0 33 432 25 102
Binary 10101111 10010101 10111010 110 10100 0 11011 100011010 10101 1000010

Color Harmonies of #AF95BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF95BA

Black with #AF95BA

Text Example


Text Example

White with #AF95BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF95BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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