Html Css Color HEX #AF7EF1 Medium Purple

📋 copy color: '#AF7EF1'

red 175 ◦ green 126 ◦ blue 241

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

Shades of Medium Purple #AF7EF1

Tints of Medium Purple #AF7EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.46%

R = 32.29%
G = 23.25%
B = 44.46%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF7EF1 (or 0xAF7EF1) is known color: Medium Purple. HEX triplet: AF, 7E and F1. RGB value is (175,126,241). Sum of RGB (Red+Green+Blue) = 175+126+241=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF7EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EF1 is #50810E. Grayscale: #999999. Windows color (decimal): -5275919 or 15826607. OLE color: 15826607.

HSL color Cylindrical-coordinate representation of color #AF7EF1: hue angle of 265.57º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF7EF1 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 126 241 -
CMYK 0.27 0.48 0 0.05
HSL 265.57º 0.8% 0.72% -
HSV(B) 265.57º 0.48% 0.95% -
XYZ 41.02 30.39 86.92 -
YUV 153.76 177.23 143.15 -
System Red Green Blue C M Y K H S L
Decimal 175 126 241 0.27 0.48 0 0.05 265.57 0.8 0.72
Hex AF 7E F1 1B 30 0 5 10A 50 48
Octal 257 176 361 33 60 0 5 412 120 110
Binary 10101111 1111110 11110001 11011 110000 0 101 100001010 1010000 1001000

Color Harmonies of #AF7EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EF1

Black with #AF7EF1

Text Example


Text Example

White with #AF7EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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