Html Css Color HEX #AF80BF East Side

📋 copy color: '#AF80BF'

red 175 ◦ green 128 ◦ blue 191

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

Shades of East Side #AF80BF

Tints of East Side #AF80BF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.91%

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

R = 35.43%
G = 25.91%
B = 38.66%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF80BF (or 0xAF80BF) is known color: East Side. HEX triplet: AF, 80 and BF. RGB value is (175,128,191). Sum of RGB (Red+Green+Blue) = 175+128+191=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF80BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80BF is #507F40. Grayscale: #959595. Windows color (decimal): -5275457 or 12550319. OLE color: 12550319.

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

Color convert

RGB 175 128 191 -
CMYK 0.08 0.33 0 0.25
HSL 284.76º 0.33% 0.63% -
HSV(B) 284.76º 0.33% 0.75% -
XYZ 34.8 28.31 52.92 -
YUV 149.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 175 128 191 0.08 0.33 0 0.25 284.76 0.33 0.63
Hex AF 80 BF 8 21 0 19 11D 21 3F
Octal 257 200 277 10 41 0 31 435 41 77
Binary 10101111 10000000 10111111 1000 100001 0 11001 100011101 100001 111111

Color Harmonies of #AF80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80BF

Black with #AF80BF

Text Example


Text Example

White with #AF80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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