Html Css Color HEX #AF79FE Medium Purple

📋 copy color: '#AF79FE'

red 175 ◦ green 121 ◦ blue 254

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

Shades of Medium Purple #AF79FE

Tints of Medium Purple #AF79FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.18%

R = 31.82%
G = 22%
B = 46.18%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF79FE (or 0xAF79FE) is known color: Medium Purple. HEX triplet: AF, 79 and FE. RGB value is (175,121,254). Sum of RGB (Red+Green+Blue) = 175+121+254=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF79FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF79FE is #508601. Grayscale: #979797. Windows color (decimal): -5277186 or 16677295. OLE color: 16677295.

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

Color convert

RGB 175 121 254 -
CMYK 0.31 0.52 0 0.00
HSL 264.36º 0.99% 0.74% -
HSV(B) 264.36º 0.52% 1% -
XYZ 42.41 29.94 97.31 -
YUV 152.31 185.39 144.19 -
System Red Green Blue C M Y K H S L
Decimal 175 121 254 0.31 0.52 0 0.00 264.36 0.99 0.74
Hex AF 79 FE 1F 34 0 0 108 63 4A
Octal 257 171 376 37 64 0 0 410 143 112
Binary 10101111 1111001 11111110 11111 110100 0 0 100001000 1100011 1001010

Color Harmonies of #AF79FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF79FE

Black with #AF79FE

Text Example


Text Example

White with #AF79FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF79FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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