Html Css Color HEX #AF81FB Medium Purple

📋 copy color: '#AF81FB'

red 175 ◦ green 129 ◦ blue 251

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

Shades of Medium Purple #AF81FB

Tints of Medium Purple #AF81FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 31.53%
G = 23.24%
B = 45.23%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF81FB (or 0xAF81FB) is known color: Medium Purple. HEX triplet: AF, 81 and FB. RGB value is (175,129,251). Sum of RGB (Red+Green+Blue) = 175+129+251=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF81FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81FB is #507E04. Grayscale: #9C9C9C. Windows color (decimal): -5275141 or 16482735. OLE color: 16482735.

HSL color Cylindrical-coordinate representation of color #AF81FB: hue angle of 262.62º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF81FB is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 129 251 -
CMYK 0.30 0.49 0 0.02
HSL 262.62º 0.94% 0.75% -
HSV(B) 262.62º 0.49% 0.98% -
XYZ 42.94 31.78 95.14 -
YUV 156.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 175 129 251 0.30 0.49 0 0.02 262.62 0.94 0.75
Hex AF 81 FB 1E 31 0 2 107 5E 4B
Octal 257 201 373 36 61 0 2 407 136 113
Binary 10101111 10000001 11111011 11110 110001 0 10 100000111 1011110 1001011

Color Harmonies of #AF81FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81FB

Black with #AF81FB

Text Example


Text Example

White with #AF81FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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