Html Css Color HEX #AF9CBB East Side

📋 copy color: '#AF9CBB'

red 175 ◦ green 156 ◦ blue 187

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

Shades of East Side #AF9CBB

Tints of East Side #AF9CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.12%

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

R = 33.78%
G = 30.12%
B = 36.1%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF9CBB (or 0xAF9CBB) is known color: East Side. HEX triplet: AF, 9C and BB. RGB value is (175,156,187). Sum of RGB (Red+Green+Blue) = 175+156+187=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF9CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CBB is #506344. Grayscale: #A5A5A5. Windows color (decimal): -5268293 or 12295343. OLE color: 12295343.

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

Color convert

RGB 175 156 187 -
CMYK 0.06 0.17 0 0.27
HSL 276.77º 0.19% 0.67% -
HSV(B) 276.77º 0.17% 0.73% -
XYZ 38.54 36.48 52.02 -
YUV 165.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 175 156 187 0.06 0.17 0 0.27 276.77 0.19 0.67
Hex AF 9C BB 6 11 0 1B 115 13 43
Octal 257 234 273 6 21 0 33 425 23 103
Binary 10101111 10011100 10111011 110 10001 0 11011 100010101 10011 1000011

Color Harmonies of #AF9CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CBB

Black with #AF9CBB

Text Example


Text Example

White with #AF9CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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