Html Css Color HEX #AF92BB East Side

📋 copy color: '#AF92BB'

red 175 ◦ green 146 ◦ blue 187

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

Shades of East Side #AF92BB

Tints of East Side #AF92BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 34.45%
G = 28.74%
B = 36.81%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF92BB (or 0xAF92BB) is known color: East Side. HEX triplet: AF, 92 and BB. RGB value is (175,146,187). Sum of RGB (Red+Green+Blue) = 175+146+187=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF92BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92BB is #506D44. Grayscale: #9F9F9F. Windows color (decimal): -5270853 or 12292783. OLE color: 12292783.

HSL color Cylindrical-coordinate representation of color #AF92BB: hue angle of 282.44º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF92BB is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 146 187 -
CMYK 0.06 0.22 0 0.27
HSL 282.44º 0.23% 0.65% -
HSV(B) 282.44º 0.22% 0.73% -
XYZ 36.93 33.26 51.49 -
YUV 159.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 175 146 187 0.06 0.22 0 0.27 282.44 0.23 0.65
Hex AF 92 BB 6 16 0 1B 11A 17 41
Octal 257 222 273 6 26 0 33 432 27 101
Binary 10101111 10010010 10111011 110 10110 0 11011 100011010 10111 1000001

Color Harmonies of #AF92BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92BB

Black with #AF92BB

Text Example


Text Example

White with #AF92BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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