Html Css Color HEX #AF77EC Medium Purple

📋 copy color: '#AF77EC'

red 175 ◦ green 119 ◦ blue 236

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

Shades of Medium Purple #AF77EC

Tints of Medium Purple #AF77EC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.45%

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

R = 33.02%
G = 22.45%
B = 44.53%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF77EC (or 0xAF77EC) is known color: Medium Purple. HEX triplet: AF, 77 and EC. RGB value is (175,119,236). Sum of RGB (Red+Green+Blue) = 175+119+236=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF77EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77EC is #508813. Grayscale: #949494. Windows color (decimal): -5277716 or 15497135. OLE color: 15497135.

HSL color Cylindrical-coordinate representation of color #AF77EC: hue angle of 268.72º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF77EC is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 119 236 -
CMYK 0.26 0.50 0 0.07
HSL 268.72º 0.75% 0.7% -
HSV(B) 268.72º 0.5% 0.93% -
XYZ 39.42 28.36 82.75 -
YUV 149.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 175 119 236 0.26 0.50 0 0.07 268.72 0.75 0.7
Hex AF 77 EC 1A 32 0 7 10D 4B 46
Octal 257 167 354 32 62 0 7 415 113 106
Binary 10101111 1110111 11101100 11010 110010 0 111 100001101 1001011 1000110

Color Harmonies of #AF77EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77EC

Black with #AF77EC

Text Example


Text Example

White with #AF77EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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