Html Css Color HEX #AF83BA East Side

📋 copy color: '#AF83BA'

red 175 ◦ green 131 ◦ blue 186

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

Shades of East Side #AF83BA

Tints of East Side #AF83BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.63%

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 35.57%
G = 26.63%
B = 37.8%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF83BA (or 0xAF83BA) is known color: East Side. HEX triplet: AF, 83 and BA. RGB value is (175,131,186). Sum of RGB (Red+Green+Blue) = 175+131+186=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83BA is #507C45. Grayscale: #969696. Windows color (decimal): -5274694 or 12223407. OLE color: 12223407.

HSL color Cylindrical-coordinate representation of color #AF83BA: hue angle of 288º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF83BA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 131 186 -
CMYK 0.06 0.30 0 0.27
HSL 288º 0.28% 0.62% -
HSV(B) 288º 0.3% 0.73% -
XYZ 34.66 28.89 50.2 -
YUV 150.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 175 131 186 0.06 0.30 0 0.27 288 0.28 0.62
Hex AF 83 BA 6 1E 0 1B 120 1C 3E
Octal 257 203 272 6 36 0 33 440 34 76
Binary 10101111 10000011 10111010 110 11110 0 11011 100100000 11100 111110

Color Harmonies of #AF83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83BA

Black with #AF83BA

Text Example


Text Example

White with #AF83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83BA; }

 p { color: rgb(175,131,186); }

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

background-color css

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

 a { background-color: rgb(175,131,186); }

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

border-color css

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

 span { border-color: rgb(175,131,186); }

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