Html Css Color HEX #AF76BB East Side

📋 copy color: '#AF76BB'

red 175 ◦ green 118 ◦ blue 187

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

Shades of East Side #AF76BB

Tints of East Side #AF76BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 36.46%
G = 24.58%
B = 38.96%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF76BB (or 0xAF76BB) is known color: East Side. HEX triplet: AF, 76 and BB. RGB value is (175,118,187). Sum of RGB (Red+Green+Blue) = 175+118+187=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF76BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76BB is #508944. Grayscale: #8E8E8E. Windows color (decimal): -5278021 or 12285615. OLE color: 12285615.

HSL color Cylindrical-coordinate representation of color #AF76BB: hue angle of 289.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF76BB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 118 187 -
CMYK 0.06 0.37 0 0.27
HSL 289.57º 0.34% 0.6% -
HSV(B) 289.57º 0.37% 0.73% -
XYZ 33.13 25.66 50.22 -
YUV 142.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 175 118 187 0.06 0.37 0 0.27 289.57 0.34 0.6
Hex AF 76 BB 6 25 0 1B 122 22 3C
Octal 257 166 273 6 45 0 33 442 42 74
Binary 10101111 1110110 10111011 110 100101 0 11011 100100010 100010 111100

Color Harmonies of #AF76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76BB

Black with #AF76BB

Text Example


Text Example

White with #AF76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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