Html Css Color HEX #AF73FA Medium Purple

📋 copy color: '#AF73FA'

red 175 ◦ green 115 ◦ blue 250

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

Shades of Medium Purple #AF73FA

Tints of Medium Purple #AF73FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.3%

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

R = 32.41%
G = 21.3%
B = 46.3%

CMYK

 C value IS 0.3

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF73FA (or 0xAF73FA) is known color: Medium Purple. HEX triplet: AF, 73 and FA. RGB value is (175,115,250). Sum of RGB (Red+Green+Blue) = 175+115+250=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF73FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF73FA is #508C05. Grayscale: #939393. Windows color (decimal): -5278726 or 16413615. OLE color: 16413615.

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

Color convert

RGB 175 115 250 -
CMYK 0.3 0.54 0 0.02
HSL 266.67º 0.93% 0.72% -
HSV(B) 266.67º 0.54% 0.98% -
XYZ 41.07 28.28 93.74 -
YUV 148.33 185.38 147.02 -
System Red Green Blue C M Y K H S L
Decimal 175 115 250 0.3 0.54 0 0.02 266.67 0.93 0.72
Hex AF 73 FA 1E 36 0 2 10B 5D 48
Octal 257 163 372 36 66 0 2 413 135 110
Binary 10101111 1110011 11111010 11110 110110 0 10 100001011 1011101 1001000

Color Harmonies of #AF73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73FA

Black with #AF73FA

Text Example


Text Example

White with #AF73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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