Html Css Color HEX #AF89BE East Side

📋 copy color: '#AF89BE'

red 175 ◦ green 137 ◦ blue 190

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

Shades of East Side #AF89BE

Tints of East Side #AF89BE

RGB

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

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

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

R = 34.86%
G = 27.29%
B = 37.85%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF89BE (or 0xAF89BE) is known color: East Side. HEX triplet: AF, 89 and BE. RGB value is (175,137,190). Sum of RGB (Red+Green+Blue) = 175+137+190=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF89BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89BE is #507641. Grayscale: #9A9A9A. Windows color (decimal): -5273154 or 12487087. OLE color: 12487087.

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

Color convert

RGB 175 137 190 -
CMYK 0.08 0.28 0 0.25
HSL 283.02º 0.29% 0.64% -
HSV(B) 283.02º 0.28% 0.75% -
XYZ 35.92 30.72 52.75 -
YUV 154.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 175 137 190 0.08 0.28 0 0.25 283.02 0.29 0.64
Hex AF 89 BE 8 1C 0 19 11B 1D 40
Octal 257 211 276 10 34 0 31 433 35 100
Binary 10101111 10001001 10111110 1000 11100 0 11001 100011011 11101 1000000

Color Harmonies of #AF89BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89BE

Black with #AF89BE

Text Example


Text Example

White with #AF89BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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