Html Css Color HEX #AF77FF Medium Purple

📋 copy color: '#AF77FF'

red 175 ◦ green 119 ◦ blue 255

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

Shades of Medium Purple #AF77FF

Tints of Medium Purple #AF77FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.45%

R = 31.88%
G = 21.68%
B = 46.45%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF77FF (or 0xAF77FF) is known color: Medium Purple. HEX triplet: AF, 77 and FF. RGB value is (175,119,255). Sum of RGB (Red+Green+Blue) = 175+119+255=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF77FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77FF is #508800. Grayscale: #969696. Windows color (decimal): -5277697 or 16742319. OLE color: 16742319.

HSL color Cylindrical-coordinate representation of color #AF77FF: hue angle of 264.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF77FF is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 119 255 -
CMYK 0.31 0.53 0 0
HSL 264.71º 1% 0.73% -
HSV(B) 264.71º 0.53% 1% -
XYZ 42.33 29.53 98.08 -
YUV 151.25 186.55 144.94 -
System Red Green Blue C M Y K H S L
Decimal 175 119 255 0.31 0.53 0 0 264.71 1 0.73
Hex AF 77 FF 1F 35 0 0 109 64 49
Octal 257 167 377 37 65 0 0 411 144 111
Binary 10101111 1110111 11111111 11111 110101 0 0 100001001 1100100 1001001

Color Harmonies of #AF77FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77FF

Black with #AF77FF

Text Example


Text Example

White with #AF77FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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