Html Css Color HEX #AF79C8 East Side

📋 copy color: '#AF79C8'

red 175 ◦ green 121 ◦ blue 200

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

Shades of East Side #AF79C8

Tints of East Side #AF79C8

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.4%

 BLUE value IS 200 (78.52% from 255) = 40.32%

R = 35.28%
G = 24.4%
B = 40.32%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF79C8 (or 0xAF79C8) is known color: East Side. HEX triplet: AF, 79 and C8. RGB value is (175,121,200). Sum of RGB (Red+Green+Blue) = 175+121+200=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF79C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79C8 is #508637. Grayscale: #919191. Windows color (decimal): -5277240 or 13138351. OLE color: 13138351.

HSL color Cylindrical-coordinate representation of color #AF79C8: hue angle of 281.01º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF79C8 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 121 200 -
CMYK 0.12 0.39 0 0.22
HSL 281.01º 0.42% 0.63% -
HSV(B) 281.01º 0.4% 0.78% -
XYZ 34.94 26.96 58.01 -
YUV 146.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 175 121 200 0.12 0.39 0 0.22 281.01 0.42 0.63
Hex AF 79 C8 C 27 0 16 119 2A 3F
Octal 257 171 310 14 47 0 26 431 52 77
Binary 10101111 1111001 11001000 1100 100111 0 10110 100011001 101010 111111

Color Harmonies of #AF79C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF79C8

Black with #AF79C8

Text Example


Text Example

White with #AF79C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF79C8; }

 p { color: rgb(175,121,200); }

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

background-color css

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

 a { background-color: rgb(175,121,200); }

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

border-color css

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

 span { border-color: rgb(175,121,200); }

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