Html Css Color HEX #AF80CE East Side

📋 copy color: '#AF80CE'

red 175 ◦ green 128 ◦ blue 206

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

Shades of East Side #AF80CE

Tints of East Side #AF80CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 34.38%
G = 25.15%
B = 40.47%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF80CE (or 0xAF80CE) is known color: East Side. HEX triplet: AF, 80 and CE. RGB value is (175,128,206). Sum of RGB (Red+Green+Blue) = 175+128+206=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF80CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80CE is #507F31. Grayscale: #969696. Windows color (decimal): -5275442 or 13533359. OLE color: 13533359.

HSL color Cylindrical-coordinate representation of color #AF80CE: hue angle of 276.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF80CE is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 128 206 -
CMYK 0.15 0.38 0 0.19
HSL 276.15º 0.44% 0.65% -
HSV(B) 276.15º 0.38% 0.81% -
XYZ 36.54 29.01 62.07 -
YUV 150.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 175 128 206 0.15 0.38 0 0.19 276.15 0.44 0.65
Hex AF 80 CE F 26 0 13 114 2C 41
Octal 257 200 316 17 46 0 23 424 54 101
Binary 10101111 10000000 11001110 1111 100110 0 10011 100010100 101100 1000001

Color Harmonies of #AF80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80CE

Black with #AF80CE

Text Example


Text Example

White with #AF80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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