Html Css Color HEX #AF94BE East Side

📋 copy color: '#AF94BE'

red 175 ◦ green 148 ◦ blue 190

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

Shades of East Side #AF94BE

Tints of East Side #AF94BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.85%

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

R = 34.11%
G = 28.85%
B = 37.04%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF94BE (or 0xAF94BE) is known color: East Side. HEX triplet: AF, 94 and BE. RGB value is (175,148,190). Sum of RGB (Red+Green+Blue) = 175+148+190=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF94BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94BE is #506B41. Grayscale: #A0A0A0. Windows color (decimal): -5270338 or 12489903. OLE color: 12489903.

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

Color convert

RGB 175 148 190 -
CMYK 0.08 0.22 0 0.25
HSL 278.57º 0.24% 0.66% -
HSV(B) 278.57º 0.22% 0.75% -
XYZ 37.56 34.01 53.3 -
YUV 160.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 175 148 190 0.08 0.22 0 0.25 278.57 0.24 0.66
Hex AF 94 BE 8 16 0 19 117 18 42
Octal 257 224 276 10 26 0 31 427 30 102
Binary 10101111 10010100 10111110 1000 10110 0 11001 100010111 11000 1000010

Color Harmonies of #AF94BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94BE

Black with #AF94BE

Text Example


Text Example

White with #AF94BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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