Html Css Color HEX #AF77EF Medium Purple

📋 copy color: '#AF77EF'

red 175 ◦ green 119 ◦ blue 239

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

Shades of Medium Purple #AF77EF

Tints of Medium Purple #AF77EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 32.83%
G = 22.33%
B = 44.84%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF77EF (or 0xAF77EF) is known color: Medium Purple. HEX triplet: AF, 77 and EF. RGB value is (175,119,239). Sum of RGB (Red+Green+Blue) = 175+119+239=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF77EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77EF is #508810. Grayscale: #959595. Windows color (decimal): -5277713 or 15693743. OLE color: 15693743.

HSL color Cylindrical-coordinate representation of color #AF77EF: hue angle of 268º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF77EF is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 119 239 -
CMYK 0.27 0.50 0 0.06
HSL 268º 0.79% 0.7% -
HSV(B) 268º 0.5% 0.94% -
XYZ 39.86 28.54 85.07 -
YUV 149.42 178.55 146.24 -
System Red Green Blue C M Y K H S L
Decimal 175 119 239 0.27 0.50 0 0.06 268 0.79 0.7
Hex AF 77 EF 1B 32 0 6 10C 4F 46
Octal 257 167 357 33 62 0 6 414 117 106
Binary 10101111 1110111 11101111 11011 110010 0 110 100001100 1001111 1000110

Color Harmonies of #AF77EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77EF

Black with #AF77EF

Text Example


Text Example

White with #AF77EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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