Html Css Color HEX #AF7EFE Medium Purple

📋 copy color: '#AF7EFE'

red 175 ◦ green 126 ◦ blue 254

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

Shades of Medium Purple #AF7EFE

Tints of Medium Purple #AF7EFE

RGB

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

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

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

R = 31.53%
G = 22.7%
B = 45.77%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF7EFE (or 0xAF7EFE) is known color: Medium Purple. HEX triplet: AF, 7E and FE. RGB value is (175,126,254). Sum of RGB (Red+Green+Blue) = 175+126+254=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF7EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EFE is #508101. Grayscale: #9A9A9A. Windows color (decimal): -5275906 or 16678575. OLE color: 16678575.

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

Color convert

RGB 175 126 254 -
CMYK 0.31 0.50 0 0.00
HSL 262.97º 0.98% 0.75% -
HSV(B) 262.97º 0.5% 1% -
XYZ 43.03 31.19 97.52 -
YUV 155.24 183.73 142.09 -
System Red Green Blue C M Y K H S L
Decimal 175 126 254 0.31 0.50 0 0.00 262.97 0.98 0.75
Hex AF 7E FE 1F 32 0 0 107 62 4B
Octal 257 176 376 37 62 0 0 407 142 113
Binary 10101111 1111110 11111110 11111 110010 0 0 100000111 1100010 1001011

Color Harmonies of #AF7EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EFE

Black with #AF7EFE

Text Example


Text Example

White with #AF7EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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