Html Css Color HEX #AF92BE East Side

📋 copy color: '#AF92BE'

red 175 ◦ green 146 ◦ blue 190

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

Shades of East Side #AF92BE

Tints of East Side #AF92BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.57%

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

R = 34.25%
G = 28.57%
B = 37.18%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF92BE (or 0xAF92BE) is known color: East Side. HEX triplet: AF, 92 and BE. RGB value is (175,146,190). Sum of RGB (Red+Green+Blue) = 175+146+190=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF92BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92BE is #506D41. Grayscale: #9F9F9F. Windows color (decimal): -5270850 or 12489391. OLE color: 12489391.

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

Color convert

RGB 175 146 190 -
CMYK 0.08 0.23 0 0.25
HSL 279.55º 0.25% 0.66% -
HSV(B) 279.55º 0.23% 0.75% -
XYZ 37.25 33.39 53.2 -
YUV 159.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 175 146 190 0.08 0.23 0 0.25 279.55 0.25 0.66
Hex AF 92 BE 8 17 0 19 118 19 42
Octal 257 222 276 10 27 0 31 430 31 102
Binary 10101111 10010010 10111110 1000 10111 0 11001 100011000 11001 1000010

Color Harmonies of #AF92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92BE

Black with #AF92BE

Text Example


Text Example

White with #AF92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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