Html Css Color HEX #AF77F8 Medium Purple

📋 copy color: '#AF77F8'

red 175 ◦ green 119 ◦ blue 248

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

Shades of Medium Purple #AF77F8

Tints of Medium Purple #AF77F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.76%

R = 32.29%
G = 21.96%
B = 45.76%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF77F8 (or 0xAF77F8) is known color: Medium Purple. HEX triplet: AF, 77 and F8. RGB value is (175,119,248). Sum of RGB (Red+Green+Blue) = 175+119+248=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF77F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77F8 is #508807. Grayscale: #959595. Windows color (decimal): -5277704 or 16283567. OLE color: 16283567.

HSL color Cylindrical-coordinate representation of color #AF77F8: hue angle of 266.05º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF77F8 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 119 248 -
CMYK 0.29 0.52 0 0.03
HSL 266.05º 0.9% 0.72% -
HSV(B) 266.05º 0.52% 0.97% -
XYZ 41.22 29.08 92.25 -
YUV 150.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 175 119 248 0.29 0.52 0 0.03 266.05 0.9 0.72
Hex AF 77 F8 1D 34 0 3 10A 5A 48
Octal 257 167 370 35 64 0 3 412 132 110
Binary 10101111 1110111 11111000 11101 110100 0 11 100001010 1011010 1001000

Color Harmonies of #AF77F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77F8

Black with #AF77F8

Text Example


Text Example

White with #AF77F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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