Html Css Color HEX #AF77B8 East Side

📋 copy color: '#AF77B8'

red 175 ◦ green 119 ◦ blue 184

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

Shades of East Side #AF77B8

Tints of East Side #AF77B8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.9%

 BLUE value IS 184 (72.27% from 255) = 38.49%

R = 36.61%
G = 24.9%
B = 38.49%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF77B8 (or 0xAF77B8) is known color: East Side. HEX triplet: AF, 77 and B8. RGB value is (175,119,184). Sum of RGB (Red+Green+Blue) = 175+119+184=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF77B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77B8 is #508847. Grayscale: #8E8E8E. Windows color (decimal): -5277768 or 12089263. OLE color: 12089263.

HSL color Cylindrical-coordinate representation of color #AF77B8: hue angle of 291.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF77B8 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 119 184 -
CMYK 0.05 0.35 0 0.28
HSL 291.69º 0.31% 0.59% -
HSV(B) 291.69º 0.35% 0.72% -
XYZ 32.93 25.77 48.59 -
YUV 143.15 151.05 150.71 -
System Red Green Blue C M Y K H S L
Decimal 175 119 184 0.05 0.35 0 0.28 291.69 0.31 0.59
Hex AF 77 B8 5 23 0 1C 124 1F 3B
Octal 257 167 270 5 43 0 34 444 37 73
Binary 10101111 1110111 10111000 101 100011 0 11100 100100100 11111 111011

Color Harmonies of #AF77B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77B8

Black with #AF77B8

Text Example


Text Example

White with #AF77B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77B8; }

 p { color: rgb(175,119,184); }

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

background-color css

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

 a { background-color: rgb(175,119,184); }

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

border-color css

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

 span { border-color: rgb(175,119,184); }

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