Html Css Color HEX #AF7CFA Medium Purple

📋 copy color: '#AF7CFA'

red 175 ◦ green 124 ◦ blue 250

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

Shades of Medium Purple #AF7CFA

Tints of Medium Purple #AF7CFA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.59%

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

R = 31.88%
G = 22.59%
B = 45.54%

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

#AF7CFA (or 0xAF7CFA) is known color: Medium Purple. HEX triplet: AF, 7C and FA. RGB value is (175,124,250). Sum of RGB (Red+Green+Blue) = 175+124+250=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF7CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7CFA is #508305. Grayscale: #999999. Windows color (decimal): -5276422 or 16415919. OLE color: 16415919.

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

Color convert

RGB 175 124 250 -
CMYK 0.3 0.50 0 0.02
HSL 264.29º 0.93% 0.73% -
HSV(B) 264.29º 0.5% 0.98% -
XYZ 42.14 30.43 94.1 -
YUV 153.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 175 124 250 0.3 0.50 0 0.02 264.29 0.93 0.73
Hex AF 7C FA 1E 32 0 2 108 5D 49
Octal 257 174 372 36 62 0 2 410 135 111
Binary 10101111 1111100 11111010 11110 110010 0 10 100001000 1011101 1001001

Color Harmonies of #AF7CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CFA

Black with #AF7CFA

Text Example


Text Example

White with #AF7CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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