Html Css Color HEX #AF79D1 East Side

📋 copy color: '#AF79D1'

red 175 ◦ green 121 ◦ blue 209

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

Shades of East Side #AF79D1

Tints of East Side #AF79D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.39%

R = 34.65%
G = 23.96%
B = 41.39%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF79D1 (or 0xAF79D1) is known color: East Side. HEX triplet: AF, 79 and D1. RGB value is (175,121,209). Sum of RGB (Red+Green+Blue) = 175+121+209=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF79D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79D1 is #50862E. Grayscale: #929292. Windows color (decimal): -5277231 or 13728175. OLE color: 13728175.

HSL color Cylindrical-coordinate representation of color #AF79D1: hue angle of 276.82º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF79D1 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 121 209 -
CMYK 0.16 0.42 0 0.18
HSL 276.82º 0.49% 0.65% -
HSV(B) 276.82º 0.42% 0.82% -
XYZ 36.03 27.39 63.71 -
YUV 147.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 175 121 209 0.16 0.42 0 0.18 276.82 0.49 0.65
Hex AF 79 D1 10 2A 0 12 115 31 41
Octal 257 171 321 20 52 0 22 425 61 101
Binary 10101111 1111001 11010001 10000 101010 0 10010 100010101 110001 1000001

Color Harmonies of #AF79D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF79D1

Black with #AF79D1

Text Example


Text Example

White with #AF79D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF79D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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