Html Css Color HEX #AF83C0 East Side

📋 copy color: '#AF83C0'

red 175 ◦ green 131 ◦ blue 192

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

Shades of East Side #AF83C0

Tints of East Side #AF83C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 35.14%
G = 26.31%
B = 38.55%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF83C0 (or 0xAF83C0) is known color: East Side. HEX triplet: AF, 83 and C0. RGB value is (175,131,192). Sum of RGB (Red+Green+Blue) = 175+131+192=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF83C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83C0 is #507C3F. Grayscale: #969696. Windows color (decimal): -5274688 or 12616623. OLE color: 12616623.

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

Color convert

RGB 175 131 192 -
CMYK 0.09 0.32 0 0.25
HSL 283.28º 0.33% 0.63% -
HSV(B) 283.28º 0.32% 0.75% -
XYZ 35.31 29.15 53.64 -
YUV 151.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 175 131 192 0.09 0.32 0 0.25 283.28 0.33 0.63
Hex AF 83 C0 9 20 0 19 11B 21 3F
Octal 257 203 300 11 40 0 31 433 41 77
Binary 10101111 10000011 11000000 1001 100000 0 11001 100011011 100001 111111

Color Harmonies of #AF83C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83C0

Black with #AF83C0

Text Example


Text Example

White with #AF83C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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