Html Css Color HEX #AF76BE East Side

📋 copy color: '#AF76BE'

red 175 ◦ green 118 ◦ blue 190

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

Shades of East Side #AF76BE

Tints of East Side #AF76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.43%

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 36.23%
G = 24.43%
B = 39.34%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF76BE (or 0xAF76BE) is known color: East Side. HEX triplet: AF, 76 and BE. RGB value is (175,118,190). Sum of RGB (Red+Green+Blue) = 175+118+190=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF76BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76BE is #508941. Grayscale: #8F8F8F. Windows color (decimal): -5278018 or 12482223. OLE color: 12482223.

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

Color convert

RGB 175 118 190 -
CMYK 0.08 0.38 0 0.25
HSL 287.5º 0.36% 0.6% -
HSV(B) 287.5º 0.38% 0.75% -
XYZ 33.45 25.79 51.93 -
YUV 143.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 175 118 190 0.08 0.38 0 0.25 287.5 0.36 0.6
Hex AF 76 BE 8 26 0 19 120 24 3C
Octal 257 166 276 10 46 0 31 440 44 74
Binary 10101111 1110110 10111110 1000 100110 0 11001 100100000 100100 111100

Color Harmonies of #AF76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76BE

Black with #AF76BE

Text Example


Text Example

White with #AF76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76BE; }

 p { color: rgb(175,118,190); }

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

background-color css

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

 a { background-color: rgb(175,118,190); }

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

border-color css

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

 span { border-color: rgb(175,118,190); }

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