Html Css Color HEX #AF77E5 Medium Purple

📋 copy color: '#AF77E5'

red 175 ◦ green 119 ◦ blue 229

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

Shades of Medium Purple #AF77E5

Tints of Medium Purple #AF77E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.79%

R = 33.46%
G = 22.75%
B = 43.79%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF77E5 (or 0xAF77E5) is known color: Medium Purple. HEX triplet: AF, 77 and E5. RGB value is (175,119,229). Sum of RGB (Red+Green+Blue) = 175+119+229=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF77E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77E5 is #50881A. Grayscale: #939393. Windows color (decimal): -5277723 or 15038383. OLE color: 15038383.

HSL color Cylindrical-coordinate representation of color #AF77E5: hue angle of 270.55º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF77E5 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 119 229 -
CMYK 0.24 0.48 0 0.10
HSL 270.55º 0.68% 0.68% -
HSV(B) 270.55º 0.48% 0.9% -
XYZ 38.42 27.96 77.5 -
YUV 148.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 175 119 229 0.24 0.48 0 0.10 270.55 0.68 0.68
Hex AF 77 E5 18 30 0 A 10F 44 44
Octal 257 167 345 30 60 0 12 417 104 104
Binary 10101111 1110111 11100101 11000 110000 0 1010 100001111 1000100 1000100

Color Harmonies of #AF77E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77E5

Black with #AF77E5

Text Example


Text Example

White with #AF77E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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