Html Css Color HEX #AF74EC Medium Purple

📋 copy color: '#AF74EC'

red 175 ◦ green 116 ◦ blue 236

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

Shades of Medium Purple #AF74EC

Tints of Medium Purple #AF74EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 33.21%
G = 22.01%
B = 44.78%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF74EC (or 0xAF74EC) is known color: Medium Purple. HEX triplet: AF, 74 and EC. RGB value is (175,116,236). Sum of RGB (Red+Green+Blue) = 175+116+236=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF74EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF74EC is #508B13. Grayscale: #929292. Windows color (decimal): -5278484 or 15496367. OLE color: 15496367.

HSL color Cylindrical-coordinate representation of color #AF74EC: hue angle of 269.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF74EC is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 116 236 -
CMYK 0.26 0.51 0 0.07
HSL 269.5º 0.76% 0.69% -
HSV(B) 269.5º 0.51% 0.93% -
XYZ 39.06 27.66 82.64 -
YUV 147.32 178.05 147.74 -
System Red Green Blue C M Y K H S L
Decimal 175 116 236 0.26 0.51 0 0.07 269.5 0.76 0.69
Hex AF 74 EC 1A 33 0 7 10E 4C 45
Octal 257 164 354 32 63 0 7 416 114 105
Binary 10101111 1110100 11101100 11010 110011 0 111 100001110 1001100 1000101

Color Harmonies of #AF74EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74EC

Black with #AF74EC

Text Example


Text Example

White with #AF74EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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