Html Css Color HEX #AF76E1 Medium Purple

📋 copy color: '#AF76E1'

red 175 ◦ green 118 ◦ blue 225

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

Shades of Medium Purple #AF76E1

Tints of Medium Purple #AF76E1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.78%

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

R = 33.78%
G = 22.78%
B = 43.44%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF76E1 (or 0xAF76E1) is known color: Medium Purple. HEX triplet: AF, 76 and E1. RGB value is (175,118,225). Sum of RGB (Red+Green+Blue) = 175+118+225=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF76E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76E1 is #50891E. Grayscale: #929292. Windows color (decimal): -5277983 or 14775983. OLE color: 14775983.

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

Color convert

RGB 175 118 225 -
CMYK 0.22 0.48 0 0.12
HSL 271.96º 0.64% 0.67% -
HSV(B) 271.96º 0.48% 0.88% -
XYZ 37.75 27.51 74.55 -
YUV 147.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 175 118 225 0.22 0.48 0 0.12 271.96 0.64 0.67
Hex AF 76 E1 16 30 0 C 110 40 43
Octal 257 166 341 26 60 0 14 420 100 103
Binary 10101111 1110110 11100001 10110 110000 0 1100 100010000 1000000 1000011

Color Harmonies of #AF76E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76E1

Black with #AF76E1

Text Example


Text Example

White with #AF76E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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