Html Css Color HEX #AF73FC Medium Purple

📋 copy color: '#AF73FC'

red 175 ◦ green 115 ◦ blue 252

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

Shades of Medium Purple #AF73FC

Tints of Medium Purple #AF73FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 32.29%
G = 21.22%
B = 46.49%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF73FC (or 0xAF73FC) is known color: Medium Purple. HEX triplet: AF, 73 and FC. RGB value is (175,115,252). Sum of RGB (Red+Green+Blue) = 175+115+252=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF73FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF73FC is #508C03. Grayscale: #949494. Windows color (decimal): -5278724 or 16544687. OLE color: 16544687.

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

Color convert

RGB 175 115 252 -
CMYK 0.31 0.54 0 0.01
HSL 266.28º 0.96% 0.72% -
HSV(B) 266.28º 0.54% 0.99% -
XYZ 41.38 28.4 95.4 -
YUV 148.56 186.38 146.86 -
System Red Green Blue C M Y K H S L
Decimal 175 115 252 0.31 0.54 0 0.01 266.28 0.96 0.72
Hex AF 73 FC 1F 36 0 1 10A 60 48
Octal 257 163 374 37 66 0 1 412 140 110
Binary 10101111 1110011 11111100 11111 110110 0 1 100001010 1100000 1001000

Color Harmonies of #AF73FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73FC

Black with #AF73FC

Text Example


Text Example

White with #AF73FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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