Html Css Color HEX #AF83BC East Side

📋 copy color: '#AF83BC'

red 175 ◦ green 131 ◦ blue 188

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

Shades of East Side #AF83BC

Tints of East Side #AF83BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.06%

R = 35.43%
G = 26.52%
B = 38.06%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF83BC (or 0xAF83BC) is known color: East Side. HEX triplet: AF, 83 and BC. RGB value is (175,131,188). Sum of RGB (Red+Green+Blue) = 175+131+188=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF83BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83BC is #507C43. Grayscale: #969696. Windows color (decimal): -5274692 or 12354479. OLE color: 12354479.

HSL color Cylindrical-coordinate representation of color #AF83BC: hue angle of 286.32º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF83BC is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 131 188 -
CMYK 0.07 0.30 0 0.26
HSL 286.32º 0.3% 0.63% -
HSV(B) 286.32º 0.3% 0.74% -
XYZ 34.87 28.98 51.33 -
YUV 150.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 175 131 188 0.07 0.30 0 0.26 286.32 0.3 0.63
Hex AF 83 BC 7 1E 0 1A 11E 1E 3F
Octal 257 203 274 7 36 0 32 436 36 77
Binary 10101111 10000011 10111100 111 11110 0 11010 100011110 11110 111111

Color Harmonies of #AF83BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83BC

Black with #AF83BC

Text Example


Text Example

White with #AF83BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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