Html Css Color HEX #AF74FB Medium Purple

📋 copy color: '#AF74FB'

red 175 ◦ green 116 ◦ blue 251

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

Shades of Medium Purple #AF74FB

Tints of Medium Purple #AF74FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.31%

R = 32.29%
G = 21.4%
B = 46.31%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF74FB (or 0xAF74FB) is known color: Medium Purple. HEX triplet: AF, 74 and FB. RGB value is (175,116,251). Sum of RGB (Red+Green+Blue) = 175+116+251=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF74FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF74FB is #508B04. Grayscale: #949494. Windows color (decimal): -5278469 or 16479407. OLE color: 16479407.

HSL color Cylindrical-coordinate representation of color #AF74FB: hue angle of 266.22º degrees, saturation: 0.94, 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 #AF74FB is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 116 251 -
CMYK 0.30 0.54 0 0.02
HSL 266.22º 0.94% 0.72% -
HSV(B) 266.22º 0.54% 0.98% -
XYZ 41.34 28.57 94.6 -
YUV 149.03 185.55 146.52 -
System Red Green Blue C M Y K H S L
Decimal 175 116 251 0.30 0.54 0 0.02 266.22 0.94 0.72
Hex AF 74 FB 1E 36 0 2 10A 5E 48
Octal 257 164 373 36 66 0 2 412 136 110
Binary 10101111 1110100 11111011 11110 110110 0 10 100001010 1011110 1001000

Color Harmonies of #AF74FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74FB

Black with #AF74FB

Text Example


Text Example

White with #AF74FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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