Html Css Color HEX #AF7DFA Medium Purple

📋 copy color: '#AF7DFA'

red 175 ◦ green 125 ◦ blue 250

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

Shades of Medium Purple #AF7DFA

Tints of Medium Purple #AF7DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.73%

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

R = 31.82%
G = 22.73%
B = 45.45%

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

#AF7DFA (or 0xAF7DFA) is known color: Medium Purple. HEX triplet: AF, 7D and FA. RGB value is (175,125,250). Sum of RGB (Red+Green+Blue) = 175+125+250=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF7DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DFA is #508205. Grayscale: #999999. Windows color (decimal): -5276166 or 16416175. OLE color: 16416175.

HSL color Cylindrical-coordinate representation of color #AF7DFA: hue angle of 264º 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 #AF7DFA is Cyan = 0.3, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 125 250 -
CMYK 0.3 0.50 0 0.02
HSL 264º 0.93% 0.74% -
HSV(B) 264º 0.5% 0.98% -
XYZ 42.27 30.68 94.14 -
YUV 154.2 182.07 142.84 -
System Red Green Blue C M Y K H S L
Decimal 175 125 250 0.3 0.50 0 0.02 264 0.93 0.74
Hex AF 7D FA 1E 32 0 2 108 5D 4A
Octal 257 175 372 36 62 0 2 410 135 112
Binary 10101111 1111101 11111010 11110 110010 0 10 100001000 1011101 1001010

Color Harmonies of #AF7DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DFA

Black with #AF7DFA

Text Example


Text Example

White with #AF7DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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