Html Css Color HEX #AF79E1 Medium Purple

📋 copy color: '#AF79E1'

red 175 ◦ green 121 ◦ blue 225

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

Shades of Medium Purple #AF79E1

Tints of Medium Purple #AF79E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.19%

R = 33.59%
G = 23.22%
B = 43.19%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF79E1 (or 0xAF79E1) is known color: Medium Purple. HEX triplet: AF, 79 and E1. RGB value is (175,121,225). Sum of RGB (Red+Green+Blue) = 175+121+225=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF79E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79E1 is #50861E. Grayscale: #949494. Windows color (decimal): -5277215 or 14776751. OLE color: 14776751.

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

Color convert

RGB 175 121 225 -
CMYK 0.22 0.46 0 0.12
HSL 271.15º 0.63% 0.68% -
HSV(B) 271.15º 0.46% 0.88% -
XYZ 38.11 28.22 74.67 -
YUV 149 170.89 146.54 -
System Red Green Blue C M Y K H S L
Decimal 175 121 225 0.22 0.46 0 0.12 271.15 0.63 0.68
Hex AF 79 E1 16 2E 0 C 10F 3F 44
Octal 257 171 341 26 56 0 14 417 77 104
Binary 10101111 1111001 11100001 10110 101110 0 1100 100001111 111111 1000100

Color Harmonies of #AF79E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF79E1

Black with #AF79E1

Text Example


Text Example

White with #AF79E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF79E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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