Html Css Color HEX #AF70EC Medium Purple

📋 copy color: '#AF70EC'

red 175 ◦ green 112 ◦ blue 236

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

Shades of Medium Purple #AF70EC

Tints of Medium Purple #AF70EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.41%

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

R = 33.46%
G = 21.41%
B = 45.12%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF70EC (or 0xAF70EC) is known color: Medium Purple. HEX triplet: AF, 70 and EC. RGB value is (175,112,236). Sum of RGB (Red+Green+Blue) = 175+112+236=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF70EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF70EC is #508F13. Grayscale: #909090. Windows color (decimal): -5279508 or 15495343. OLE color: 15495343.

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

Color convert

RGB 175 112 236 -
CMYK 0.26 0.53 0 0.07
HSL 270.48º 0.77% 0.68% -
HSV(B) 270.48º 0.53% 0.93% -
XYZ 38.61 26.76 82.49 -
YUV 144.97 179.37 149.42 -
System Red Green Blue C M Y K H S L
Decimal 175 112 236 0.26 0.53 0 0.07 270.48 0.77 0.68
Hex AF 70 EC 1A 35 0 7 10E 4D 44
Octal 257 160 354 32 65 0 7 416 115 104
Binary 10101111 1110000 11101100 11010 110101 0 111 100001110 1001101 1000100

Color Harmonies of #AF70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70EC

Black with #AF70EC

Text Example


Text Example

White with #AF70EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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