Html Css Color HEX #AF9DBC East Side

📋 copy color: '#AF9DBC'

red 175 ◦ green 157 ◦ blue 188

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

Shades of East Side #AF9DBC

Tints of East Side #AF9DBC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.19%

 BLUE value IS 188 (73.83% from 255) = 36.15%

R = 33.65%
G = 30.19%
B = 36.15%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF9DBC (or 0xAF9DBC) is known color: East Side. HEX triplet: AF, 9D and BC. RGB value is (175,157,188). Sum of RGB (Red+Green+Blue) = 175+157+188=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF9DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DBC is #506243. Grayscale: #A5A5A5. Windows color (decimal): -5268036 or 12361135. OLE color: 12361135.

HSL color Cylindrical-coordinate representation of color #AF9DBC: hue angle of 274.84º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AF9DBC is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 157 188 -
CMYK 0.07 0.16 0 0.26
HSL 274.84º 0.19% 0.68% -
HSV(B) 274.84º 0.16% 0.74% -
XYZ 38.81 36.86 52.65 -
YUV 165.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 175 157 188 0.07 0.16 0 0.26 274.84 0.19 0.68
Hex AF 9D BC 7 10 0 1A 113 13 44
Octal 257 235 274 7 20 0 32 423 23 104
Binary 10101111 10011101 10111100 111 10000 0 11010 100010011 10011 1000100

Color Harmonies of #AF9DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9DBC

Black with #AF9DBC

Text Example


Text Example

White with #AF9DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9DBC; }

 p { color: rgb(175,157,188); }

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

background-color css

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

 a { background-color: rgb(175,157,188); }

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

border-color css

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

 span { border-color: rgb(175,157,188); }

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