Html Css Color HEX #AF7EFA Medium Purple

📋 copy color: '#AF7EFA'

red 175 ◦ green 126 ◦ blue 250

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

Shades of Medium Purple #AF7EFA

Tints of Medium Purple #AF7EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 31.76%
G = 22.87%
B = 45.37%

CMYK

 C value IS 0.3

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF7EFA (or 0xAF7EFA) is known color: Medium Purple. HEX triplet: AF, 7E and FA. RGB value is (175,126,250). Sum of RGB (Red+Green+Blue) = 175+126+250=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF7EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EFA is #508105. Grayscale: #9A9A9A. Windows color (decimal): -5275910 or 16416431. OLE color: 16416431.

HSL color Cylindrical-coordinate representation of color #AF7EFA: hue angle of 263.71º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7EFA is Cyan = 0.3, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 126 250 -
CMYK 0.3 0.50 0 0.02
HSL 263.71º 0.93% 0.74% -
HSV(B) 263.71º 0.5% 0.98% -
XYZ 42.4 30.94 94.18 -
YUV 154.79 181.73 142.42 -
System Red Green Blue C M Y K H S L
Decimal 175 126 250 0.3 0.50 0 0.02 263.71 0.93 0.74
Hex AF 7E FA 1E 32 0 2 108 5D 4A
Octal 257 176 372 36 62 0 2 410 135 112
Binary 10101111 1111110 11111010 11110 110010 0 10 100001000 1011101 1001010

Color Harmonies of #AF7EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EFA

Black with #AF7EFA

Text Example


Text Example

White with #AF7EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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