Html Css Color HEX #AF7FFF Medium Purple

📋 copy color: '#AF7FFF'

red 175 ◦ green 127 ◦ blue 255

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

Shades of Medium Purple #AF7FFF

Tints of Medium Purple #AF7FFF

RGB

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

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

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

R = 31.42%
G = 22.8%
B = 45.78%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF7FFF (or 0xAF7FFF) is known color: Medium Purple. HEX triplet: AF, 7F and FF. RGB value is (175,127,255). Sum of RGB (Red+Green+Blue) = 175+127+255=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FFF is #508000. Grayscale: #9B9B9B. Windows color (decimal): -5275649 or 16744367. OLE color: 16744367.

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

Color convert

RGB 175 127 255 -
CMYK 0.31 0.50 0 0
HSL 262.5º 1% 0.75% -
HSV(B) 262.5º 0.5% 1% -
XYZ 43.32 31.51 98.41 -
YUV 155.94 183.9 141.59 -
System Red Green Blue C M Y K H S L
Decimal 175 127 255 0.31 0.50 0 0 262.5 1 0.75
Hex AF 7F FF 1F 32 0 0 106 64 4B
Octal 257 177 377 37 62 0 0 406 144 113
Binary 10101111 1111111 11111111 11111 110010 0 0 100000110 1100100 1001011

Color Harmonies of #AF7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FFF

Black with #AF7FFF

Text Example


Text Example

White with #AF7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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