Html Css Color HEX #AF81F8 Medium Purple

📋 copy color: '#AF81F8'

red 175 ◦ green 129 ◦ blue 248

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

Shades of Medium Purple #AF81F8

Tints of Medium Purple #AF81F8

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.37%

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

R = 31.7%
G = 23.37%
B = 44.93%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF81F8 (or 0xAF81F8) is known color: Medium Purple. HEX triplet: AF, 81 and F8. RGB value is (175,129,248). Sum of RGB (Red+Green+Blue) = 175+129+248=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF81F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81F8 is #507E07. Grayscale: #9B9B9B. Windows color (decimal): -5275144 or 16286127. OLE color: 16286127.

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

Color convert

RGB 175 129 248 -
CMYK 0.29 0.48 0 0.03
HSL 263.19º 0.89% 0.74% -
HSV(B) 263.19º 0.48% 0.97% -
XYZ 42.47 31.59 92.67 -
YUV 156.32 179.74 141.32 -
System Red Green Blue C M Y K H S L
Decimal 175 129 248 0.29 0.48 0 0.03 263.19 0.89 0.74
Hex AF 81 F8 1D 30 0 3 107 59 4A
Octal 257 201 370 35 60 0 3 407 131 112
Binary 10101111 10000001 11111000 11101 110000 0 11 100000111 1011001 1001010

Color Harmonies of #AF81F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81F8

Black with #AF81F8

Text Example


Text Example

White with #AF81F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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