Html Css Color HEX #AF77E1 Medium Purple

📋 copy color: '#AF77E1'

red 175 ◦ green 119 ◦ blue 225

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

Shades of Medium Purple #AF77E1

Tints of Medium Purple #AF77E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.35%

R = 33.72%
G = 22.93%
B = 43.35%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF77E1 (or 0xAF77E1) is known color: Medium Purple. HEX triplet: AF, 77 and E1. RGB value is (175,119,225). Sum of RGB (Red+Green+Blue) = 175+119+225=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF77E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77E1 is #50881E. Grayscale: #939393. Windows color (decimal): -5277727 or 14776239. OLE color: 14776239.

HSL color Cylindrical-coordinate representation of color #AF77E1: hue angle of 271.7º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF77E1 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 119 225 -
CMYK 0.22 0.47 0 0.12
HSL 271.7º 0.64% 0.67% -
HSV(B) 271.7º 0.47% 0.88% -
XYZ 37.87 27.74 74.59 -
YUV 147.83 171.55 147.38 -
System Red Green Blue C M Y K H S L
Decimal 175 119 225 0.22 0.47 0 0.12 271.7 0.64 0.67
Hex AF 77 E1 16 2F 0 C 110 40 43
Octal 257 167 341 26 57 0 14 420 100 103
Binary 10101111 1110111 11100001 10110 101111 0 1100 100010000 1000000 1000011

Color Harmonies of #AF77E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77E1

Black with #AF77E1

Text Example


Text Example

White with #AF77E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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