Html Css Color HEX #AF76BA East Side

📋 copy color: '#AF76BA'

red 175 ◦ green 118 ◦ blue 186

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

Shades of East Side #AF76BA

Tints of East Side #AF76BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 36.53%
G = 24.63%
B = 38.83%

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

#AF76BA (or 0xAF76BA) is known color: East Side. HEX triplet: AF, 76 and BA. RGB value is (175,118,186). Sum of RGB (Red+Green+Blue) = 175+118+186=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76BA is #508945. Grayscale: #8E8E8E. Windows color (decimal): -5278022 or 12220079. OLE color: 12220079.

HSL color Cylindrical-coordinate representation of color #AF76BA: hue angle of 290.29º degrees, saturation: 0.33, 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 #AF76BA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 118 186 -
CMYK 0.06 0.37 0 0.27
HSL 290.29º 0.33% 0.6% -
HSV(B) 290.29º 0.37% 0.73% -
XYZ 33.02 25.62 49.66 -
YUV 142.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 175 118 186 0.06 0.37 0 0.27 290.29 0.33 0.6
Hex AF 76 BA 6 25 0 1B 122 21 3C
Octal 257 166 272 6 45 0 33 442 41 74
Binary 10101111 1110110 10111010 110 100101 0 11011 100100010 100001 111100

Color Harmonies of #AF76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76BA

Black with #AF76BA

Text Example


Text Example

White with #AF76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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