Html Css Color HEX #AF73FD Medium Purple

📋 copy color: '#AF73FD'

red 175 ◦ green 115 ◦ blue 253

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

Shades of Medium Purple #AF73FD

Tints of Medium Purple #AF73FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.59%

R = 32.23%
G = 21.18%
B = 46.59%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF73FD (or 0xAF73FD) is known color: Medium Purple. HEX triplet: AF, 73 and FD. RGB value is (175,115,253). Sum of RGB (Red+Green+Blue) = 175+115+253=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF73FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF73FD is #508C02. Grayscale: #949494. Windows color (decimal): -5278723 or 16610223. OLE color: 16610223.

HSL color Cylindrical-coordinate representation of color #AF73FD: hue angle of 266.09º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF73FD is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 115 253 -
CMYK 0.31 0.55 0 0.01
HSL 266.09º 0.97% 0.72% -
HSV(B) 266.09º 0.55% 0.99% -
XYZ 41.54 28.47 96.23 -
YUV 148.67 186.88 146.78 -
System Red Green Blue C M Y K H S L
Decimal 175 115 253 0.31 0.55 0 0.01 266.09 0.97 0.72
Hex AF 73 FD 1F 37 0 1 10A 61 48
Octal 257 163 375 37 67 0 1 412 141 110
Binary 10101111 1110011 11111101 11111 110111 0 1 100001010 1100001 1001000

Color Harmonies of #AF73FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73FD

Black with #AF73FD

Text Example


Text Example

White with #AF73FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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