Html Css Color HEX #AF83BF East Side

📋 copy color: '#AF83BF'

red 175 ◦ green 131 ◦ blue 191

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

Shades of East Side #AF83BF

Tints of East Side #AF83BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.43%

R = 35.21%
G = 26.36%
B = 38.43%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF83BF (or 0xAF83BF) is known color: East Side. HEX triplet: AF, 83 and BF. RGB value is (175,131,191). Sum of RGB (Red+Green+Blue) = 175+131+191=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF83BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83BF is #507C40. Grayscale: #969696. Windows color (decimal): -5274689 or 12551087. OLE color: 12551087.

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

Color convert

RGB 175 131 191 -
CMYK 0.08 0.31 0 0.25
HSL 284º 0.32% 0.63% -
HSV(B) 284º 0.31% 0.75% -
XYZ 35.2 29.11 53.05 -
YUV 151 150.58 145.12 -
System Red Green Blue C M Y K H S L
Decimal 175 131 191 0.08 0.31 0 0.25 284 0.32 0.63
Hex AF 83 BF 8 1F 0 19 11C 20 3F
Octal 257 203 277 10 37 0 31 434 40 77
Binary 10101111 10000011 10111111 1000 11111 0 11001 100011100 100000 111111

Color Harmonies of #AF83BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83BF

Black with #AF83BF

Text Example


Text Example

White with #AF83BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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