Html Css Color HEX #AF7FF5 Medium Purple

📋 copy color: '#AF7FF5'

red 175 ◦ green 127 ◦ blue 245

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

Shades of Medium Purple #AF7FF5

Tints of Medium Purple #AF7FF5

RGB

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

 GREEN value IS 127 (50% from 255) = 23.22%

 BLUE value IS 245 (96.09% from 255) = 44.79%

R = 31.99%
G = 23.22%
B = 44.79%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF7FF5 (or 0xAF7FF5) is known color: Medium Purple. HEX triplet: AF, 7F and F5. RGB value is (175,127,245). Sum of RGB (Red+Green+Blue) = 175+127+245=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF7FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FF5 is #50800A. Grayscale: #9A9A9A. Windows color (decimal): -5275659 or 16089007. OLE color: 16089007.

HSL color Cylindrical-coordinate representation of color #AF7FF5: hue angle of 264.41º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF7FF5 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 127 245 -
CMYK 0.29 0.48 0 0.04
HSL 264.41º 0.86% 0.73% -
HSV(B) 264.41º 0.48% 0.96% -
XYZ 41.75 30.89 90.15 -
YUV 154.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 175 127 245 0.29 0.48 0 0.04 264.41 0.86 0.73
Hex AF 7F F5 1D 30 0 4 108 56 49
Octal 257 177 365 35 60 0 4 410 126 111
Binary 10101111 1111111 11110101 11101 110000 0 100 100001000 1010110 1001001

Color Harmonies of #AF7FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FF5

Black with #AF7FF5

Text Example


Text Example

White with #AF7FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FF5; }

 p { color: rgb(175,127,245); }

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

background-color css

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

 a { background-color: rgb(175,127,245); }

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

border-color css

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

 span { border-color: rgb(175,127,245); }

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