Html Css Color HEX #AF74F9 Medium Purple

📋 copy color: '#AF74F9'

red 175 ◦ green 116 ◦ blue 249

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

Shades of Medium Purple #AF74F9

Tints of Medium Purple #AF74F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.11%

R = 32.41%
G = 21.48%
B = 46.11%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF74F9 (or 0xAF74F9) is known color: Medium Purple. HEX triplet: AF, 74 and F9. RGB value is (175,116,249). Sum of RGB (Red+Green+Blue) = 175+116+249=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF74F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF74F9 is #508B06. Grayscale: #949494. Windows color (decimal): -5278471 or 16348335. OLE color: 16348335.

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

Color convert

RGB 175 116 249 -
CMYK 0.30 0.53 0 0.02
HSL 266.62º 0.92% 0.72% -
HSV(B) 266.62º 0.53% 0.98% -
XYZ 41.02 28.44 92.95 -
YUV 148.8 184.55 146.69 -
System Red Green Blue C M Y K H S L
Decimal 175 116 249 0.30 0.53 0 0.02 266.62 0.92 0.72
Hex AF 74 F9 1E 35 0 2 10B 5C 48
Octal 257 164 371 36 65 0 2 413 134 110
Binary 10101111 1110100 11111001 11110 110101 0 10 100001011 1011100 1001000

Color Harmonies of #AF74F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74F9

Black with #AF74F9

Text Example


Text Example

White with #AF74F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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