Html Css Color HEX #AF74EE Medium Purple

📋 copy color: '#AF74EE'

red 175 ◦ green 116 ◦ blue 238

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

Shades of Medium Purple #AF74EE

Tints of Medium Purple #AF74EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 33.08%
G = 21.93%
B = 44.99%

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

#AF74EE (or 0xAF74EE) is known color: Medium Purple. HEX triplet: AF, 74 and EE. RGB value is (175,116,238). Sum of RGB (Red+Green+Blue) = 175+116+238=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF74EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF74EE is #508B11. Grayscale: #939393. Windows color (decimal): -5278482 or 15627439. OLE color: 15627439.

HSL color Cylindrical-coordinate representation of color #AF74EE: hue angle of 269.02º degrees, saturation: 0.78, 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 #AF74EE is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 116 238 -
CMYK 0.26 0.51 0 0.07
HSL 269.02º 0.78% 0.69% -
HSV(B) 269.02º 0.51% 0.93% -
XYZ 39.36 27.78 84.18 -
YUV 147.55 179.05 147.58 -
System Red Green Blue C M Y K H S L
Decimal 175 116 238 0.26 0.51 0 0.07 269.02 0.78 0.69
Hex AF 74 EE 1A 33 0 7 10D 4E 45
Octal 257 164 356 32 63 0 7 415 116 105
Binary 10101111 1110100 11101110 11010 110011 0 111 100001101 1001110 1000101

Color Harmonies of #AF74EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74EE

Black with #AF74EE

Text Example


Text Example

White with #AF74EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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