Html Css Color HEX #AF89BC East Side

📋 copy color: '#AF89BC'

red 175 ◦ green 137 ◦ blue 188

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

Shades of East Side #AF89BC

Tints of East Side #AF89BC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.4%

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

R = 35%
G = 27.4%
B = 37.6%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF89BC (or 0xAF89BC) is known color: East Side. HEX triplet: AF, 89 and BC. RGB value is (175,137,188). Sum of RGB (Red+Green+Blue) = 175+137+188=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF89BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89BC is #507643. Grayscale: #9A9A9A. Windows color (decimal): -5273156 or 12356015. OLE color: 12356015.

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

Color convert

RGB 175 137 188 -
CMYK 0.07 0.27 0 0.26
HSL 284.71º 0.28% 0.64% -
HSV(B) 284.71º 0.27% 0.74% -
XYZ 35.7 30.64 51.61 -
YUV 154.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 175 137 188 0.07 0.27 0 0.26 284.71 0.28 0.64
Hex AF 89 BC 7 1B 0 1A 11D 1C 40
Octal 257 211 274 7 33 0 32 435 34 100
Binary 10101111 10001001 10111100 111 11011 0 11010 100011101 11100 1000000

Color Harmonies of #AF89BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89BC

Black with #AF89BC

Text Example


Text Example

White with #AF89BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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