Html Css Color HEX #AF83BB East Side

📋 copy color: '#AF83BB'

red 175 ◦ green 131 ◦ blue 187

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

Shades of East Side #AF83BB

Tints of East Side #AF83BB

RGB

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

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

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

R = 35.5%
G = 26.57%
B = 37.93%

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

#AF83BB (or 0xAF83BB) is known color: East Side. HEX triplet: AF, 83 and BB. RGB value is (175,131,187). Sum of RGB (Red+Green+Blue) = 175+131+187=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF83BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83BB is #507C44. Grayscale: #969696. Windows color (decimal): -5274693 or 12288943. OLE color: 12288943.

HSL color Cylindrical-coordinate representation of color #AF83BB: hue angle of 287.14º degrees, saturation: 0.29, 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 #AF83BB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 131 187 -
CMYK 0.06 0.30 0 0.27
HSL 287.14º 0.29% 0.62% -
HSV(B) 287.14º 0.3% 0.73% -
XYZ 34.77 28.93 50.77 -
YUV 150.54 148.58 145.45 -
System Red Green Blue C M Y K H S L
Decimal 175 131 187 0.06 0.30 0 0.27 287.14 0.29 0.62
Hex AF 83 BB 6 1E 0 1B 11F 1D 3E
Octal 257 203 273 6 36 0 33 437 35 76
Binary 10101111 10000011 10111011 110 11110 0 11011 100011111 11101 111110

Color Harmonies of #AF83BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83BB

Black with #AF83BB

Text Example


Text Example

White with #AF83BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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