Html Css Color HEX #AF77FC Medium Purple

📋 copy color: '#AF77FC'

red 175 ◦ green 119 ◦ blue 252

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

Shades of Medium Purple #AF77FC

Tints of Medium Purple #AF77FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 32.05%
G = 21.79%
B = 46.15%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF77FC (or 0xAF77FC) is known color: Medium Purple. HEX triplet: AF, 77 and FC. RGB value is (175,119,252). Sum of RGB (Red+Green+Blue) = 175+119+252=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF77FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77FC is #508803. Grayscale: #969696. Windows color (decimal): -5277700 or 16545711. OLE color: 16545711.

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

Color convert

RGB 175 119 252 -
CMYK 0.31 0.53 0 0.01
HSL 265.26º 0.96% 0.73% -
HSV(B) 265.26º 0.53% 0.99% -
XYZ 41.85 29.34 95.55 -
YUV 150.91 185.05 145.19 -
System Red Green Blue C M Y K H S L
Decimal 175 119 252 0.31 0.53 0 0.01 265.26 0.96 0.73
Hex AF 77 FC 1F 35 0 1 109 60 49
Octal 257 167 374 37 65 0 1 411 140 111
Binary 10101111 1110111 11111100 11111 110101 0 1 100001001 1100000 1001001

Color Harmonies of #AF77FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77FC

Black with #AF77FC

Text Example


Text Example

White with #AF77FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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