Html Css Color HEX #AF74FC Medium Purple

📋 copy color: '#AF74FC'

red 175 ◦ green 116 ◦ blue 252

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

Shades of Medium Purple #AF74FC

Tints of Medium Purple #AF74FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.36%

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

R = 32.23%
G = 21.36%
B = 46.41%

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

#AF74FC (or 0xAF74FC) is known color: Medium Purple. HEX triplet: AF, 74 and FC. RGB value is (175,116,252). Sum of RGB (Red+Green+Blue) = 175+116+252=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF74FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF74FC is #508B03. Grayscale: #949494. Windows color (decimal): -5278468 or 16544943. OLE color: 16544943.

HSL color Cylindrical-coordinate representation of color #AF74FC: hue angle of 266.03º 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 #AF74FC is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 116 252 -
CMYK 0.31 0.54 0 0.01
HSL 266.03º 0.96% 0.72% -
HSV(B) 266.03º 0.54% 0.99% -
XYZ 41.5 28.63 95.44 -
YUV 149.15 186.05 146.44 -
System Red Green Blue C M Y K H S L
Decimal 175 116 252 0.31 0.54 0 0.01 266.03 0.96 0.72
Hex AF 74 FC 1F 36 0 1 10A 60 48
Octal 257 164 374 37 66 0 1 412 140 110
Binary 10101111 1110100 11111100 11111 110110 0 1 100001010 1100000 1001000

Color Harmonies of #AF74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74FC

Black with #AF74FC

Text Example


Text Example

White with #AF74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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