Html Css Color HEX #AF96BE East Side

📋 copy color: '#AF96BE'

red 175 ◦ green 150 ◦ blue 190

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

Shades of East Side #AF96BE

Tints of East Side #AF96BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.13%

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

R = 33.98%
G = 29.13%
B = 36.89%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF96BE (or 0xAF96BE) is known color: East Side. HEX triplet: AF, 96 and BE. RGB value is (175,150,190). Sum of RGB (Red+Green+Blue) = 175+150+190=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF96BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96BE is #506941. Grayscale: #A1A1A1. Windows color (decimal): -5269826 or 12490415. OLE color: 12490415.

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

Color convert

RGB 175 150 190 -
CMYK 0.08 0.21 0 0.25
HSL 277.5º 0.24% 0.67% -
HSV(B) 277.5º 0.21% 0.75% -
XYZ 37.88 34.64 53.41 -
YUV 162.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 175 150 190 0.08 0.21 0 0.25 277.5 0.24 0.67
Hex AF 96 BE 8 15 0 19 116 18 43
Octal 257 226 276 10 25 0 31 426 30 103
Binary 10101111 10010110 10111110 1000 10101 0 11001 100010110 11000 1000011

Color Harmonies of #AF96BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96BE

Black with #AF96BE

Text Example


Text Example

White with #AF96BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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