Html Css Color HEX #AF74E9 Medium Purple

📋 copy color: '#AF74E9'

red 175 ◦ green 116 ◦ blue 233

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

Shades of Medium Purple #AF74E9

Tints of Medium Purple #AF74E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.47%

R = 33.4%
G = 22.14%
B = 44.47%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF74E9 (or 0xAF74E9) is known color: Medium Purple. HEX triplet: AF, 74 and E9. RGB value is (175,116,233). Sum of RGB (Red+Green+Blue) = 175+116+233=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF74E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF74E9 is #508B16. Grayscale: #929292. Windows color (decimal): -5278487 or 15299759. OLE color: 15299759.

HSL color Cylindrical-coordinate representation of color #AF74E9: hue angle of 270.26º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF74E9 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 116 233 -
CMYK 0.25 0.50 0 0.09
HSL 270.26º 0.73% 0.68% -
HSV(B) 270.26º 0.5% 0.91% -
XYZ 38.63 27.49 80.36 -
YUV 146.98 176.55 147.99 -
System Red Green Blue C M Y K H S L
Decimal 175 116 233 0.25 0.50 0 0.09 270.26 0.73 0.68
Hex AF 74 E9 19 32 0 9 10E 49 44
Octal 257 164 351 31 62 0 11 416 111 104
Binary 10101111 1110100 11101001 11001 110010 0 1001 100001110 1001001 1000100

Color Harmonies of #AF74E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74E9

Black with #AF74E9

Text Example


Text Example

White with #AF74E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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