Html Css Color HEX #AF83B9 East Side

📋 copy color: '#AF83B9'

red 175 ◦ green 131 ◦ blue 185

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

Shades of East Side #AF83B9

Tints of East Side #AF83B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.68%

R = 35.64%
G = 26.68%
B = 37.68%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF83B9 (or 0xAF83B9) is known color: East Side. HEX triplet: AF, 83 and B9. RGB value is (175,131,185). Sum of RGB (Red+Green+Blue) = 175+131+185=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF83B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83B9 is #507C46. Grayscale: #969696. Windows color (decimal): -5274695 or 12157871. OLE color: 12157871.

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

Color convert

RGB 175 131 185 -
CMYK 0.05 0.29 0 0.27
HSL 288.89º 0.28% 0.62% -
HSV(B) 288.89º 0.29% 0.73% -
XYZ 34.55 28.85 49.65 -
YUV 150.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 175 131 185 0.05 0.29 0 0.27 288.89 0.28 0.62
Hex AF 83 B9 5 1D 0 1B 121 1C 3E
Octal 257 203 271 5 35 0 33 441 34 76
Binary 10101111 10000011 10111001 101 11101 0 11011 100100001 11100 111110

Color Harmonies of #AF83B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83B9

Black with #AF83B9

Text Example


Text Example

White with #AF83B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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