Html Css Color HEX #AF76C9 East Side

📋 copy color: '#AF76C9'

red 175 ◦ green 118 ◦ blue 201

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

Shades of East Side #AF76C9

Tints of East Side #AF76C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.69%

R = 35.43%
G = 23.89%
B = 40.69%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF76C9 (or 0xAF76C9) is known color: East Side. HEX triplet: AF, 76 and C9. RGB value is (175,118,201). Sum of RGB (Red+Green+Blue) = 175+118+201=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF76C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76C9 is #508936. Grayscale: #909090. Windows color (decimal): -5278007 or 13203119. OLE color: 13203119.

HSL color Cylindrical-coordinate representation of color #AF76C9: hue angle of 281.2º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF76C9 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 118 201 -
CMYK 0.13 0.41 0 0.21
HSL 281.2º 0.43% 0.63% -
HSV(B) 281.2º 0.41% 0.79% -
XYZ 34.7 26.29 58.5 -
YUV 144.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 175 118 201 0.13 0.41 0 0.21 281.2 0.43 0.63
Hex AF 76 C9 D 29 0 15 119 2B 3F
Octal 257 166 311 15 51 0 25 431 53 77
Binary 10101111 1110110 11001001 1101 101001 0 10101 100011001 101011 111111

Color Harmonies of #AF76C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76C9

Black with #AF76C9

Text Example


Text Example

White with #AF76C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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