Html Css Color HEX #AF74E5 Medium Purple

📋 copy color: '#AF74E5'

red 175 ◦ green 116 ◦ blue 229

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

Shades of Medium Purple #AF74E5

Tints of Medium Purple #AF74E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.04%

R = 33.65%
G = 22.31%
B = 44.04%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF74E5 (or 0xAF74E5) is known color: Medium Purple. HEX triplet: AF, 74 and E5. RGB value is (175,116,229). Sum of RGB (Red+Green+Blue) = 175+116+229=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF74E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74E5 is #508B1A. Grayscale: #929292. Windows color (decimal): -5278491 or 15037615. OLE color: 15037615.

HSL color Cylindrical-coordinate representation of color #AF74E5: hue angle of 271.33º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF74E5 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 116 229 -
CMYK 0.24 0.49 0 0.10
HSL 271.33º 0.68% 0.68% -
HSV(B) 271.33º 0.49% 0.9% -
XYZ 38.07 27.26 77.38 -
YUV 146.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 175 116 229 0.24 0.49 0 0.10 271.33 0.68 0.68
Hex AF 74 E5 18 31 0 A 10F 44 44
Octal 257 164 345 30 61 0 12 417 104 104
Binary 10101111 1110100 11100101 11000 110001 0 1010 100001111 1000100 1000100

Color Harmonies of #AF74E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74E5

Black with #AF74E5

Text Example


Text Example

White with #AF74E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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