Html Css Color HEX #AF7EFF Medium Purple

📋 copy color: '#AF7EFF'

red 175 ◦ green 126 ◦ blue 255

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

Shades of Medium Purple #AF7EFF

Tints of Medium Purple #AF7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.66%

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

R = 31.47%
G = 22.66%
B = 45.86%

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

#AF7EFF (or 0xAF7EFF) is known color: Medium Purple. HEX triplet: AF, 7E and FF. RGB value is (175,126,255). Sum of RGB (Red+Green+Blue) = 175+126+255=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF7EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EFF is #508100. Grayscale: #9A9A9A. Windows color (decimal): -5275905 or 16744111. OLE color: 16744111.

HSL color Cylindrical-coordinate representation of color #AF7EFF: hue angle of 262.79º 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 #AF7EFF is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 126 255 -
CMYK 0.31 0.51 0 0
HSL 262.79º 1% 0.75% -
HSV(B) 262.79º 0.51% 1% -
XYZ 43.19 31.26 98.36 -
YUV 155.36 184.23 142.01 -
System Red Green Blue C M Y K H S L
Decimal 175 126 255 0.31 0.51 0 0 262.79 1 0.75
Hex AF 7E FF 1F 33 0 0 107 64 4B
Octal 257 176 377 37 63 0 0 407 144 113
Binary 10101111 1111110 11111111 11111 110011 0 0 100000111 1100100 1001011

Color Harmonies of #AF7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EFF

Black with #AF7EFF

Text Example


Text Example

White with #AF7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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