Html Css Color HEX #AF7DFF Medium Purple

📋 copy color: '#AF7DFF'

red 175 ◦ green 125 ◦ blue 255

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

Shades of Medium Purple #AF7DFF

Tints of Medium Purple #AF7DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.52%

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

R = 31.53%
G = 22.52%
B = 45.95%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF7DFF (or 0xAF7DFF) is known color: Medium Purple. HEX triplet: AF, 7D and FF. RGB value is (175,125,255). Sum of RGB (Red+Green+Blue) = 175+125+255=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF7DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DFF is #508200. Grayscale: #9A9A9A. Windows color (decimal): -5276161 or 16743855. OLE color: 16743855.

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

Color convert

RGB 175 125 255 -
CMYK 0.31 0.51 0 0
HSL 263.08º 1% 0.75% -
HSV(B) 263.08º 0.51% 1% -
XYZ 43.06 31 98.32 -
YUV 154.77 184.57 142.43 -
System Red Green Blue C M Y K H S L
Decimal 175 125 255 0.31 0.51 0 0 263.08 1 0.75
Hex AF 7D FF 1F 33 0 0 107 64 4B
Octal 257 175 377 37 63 0 0 407 144 113
Binary 10101111 1111101 11111111 11111 110011 0 0 100000111 1100100 1001011

Color Harmonies of #AF7DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DFF

Black with #AF7DFF

Text Example


Text Example

White with #AF7DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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