Html Css Color HEX #AF79FF Medium Purple

📋 copy color: '#AF79FF'

red 175 ◦ green 121 ◦ blue 255

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

Shades of Medium Purple #AF79FF

Tints of Medium Purple #AF79FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.28%

R = 31.76%
G = 21.96%
B = 46.28%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF79FF (or 0xAF79FF) is known color: Medium Purple. HEX triplet: AF, 79 and FF. RGB value is (175,121,255). Sum of RGB (Red+Green+Blue) = 175+121+255=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF79FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF79FF is #508600. Grayscale: #979797. Windows color (decimal): -5277185 or 16742831. OLE color: 16742831.

HSL color Cylindrical-coordinate representation of color #AF79FF: hue angle of 264.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF79FF is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 121 255 -
CMYK 0.31 0.53 0 0
HSL 264.18º 1% 0.74% -
HSV(B) 264.18º 0.53% 1% -
XYZ 42.57 30.01 98.16 -
YUV 152.42 185.89 144.1 -
System Red Green Blue C M Y K H S L
Decimal 175 121 255 0.31 0.53 0 0 264.18 1 0.74
Hex AF 79 FF 1F 35 0 0 108 64 4A
Octal 257 171 377 37 65 0 0 410 144 112
Binary 10101111 1111001 11111111 11111 110101 0 0 100001000 1100100 1001010

Color Harmonies of #AF79FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF79FF

Black with #AF79FF

Text Example


Text Example

White with #AF79FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF79FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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