Html Css Color HEX #AF81F5 Medium Purple

📋 copy color: '#AF81F5'

red 175 ◦ green 129 ◦ blue 245

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

Shades of Medium Purple #AF81F5

Tints of Medium Purple #AF81F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 44.63%

R = 31.88%
G = 23.5%
B = 44.63%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF81F5 (or 0xAF81F5) is known color: Medium Purple. HEX triplet: AF, 81 and F5. RGB value is (175,129,245). Sum of RGB (Red+Green+Blue) = 175+129+245=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF81F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81F5 is #507E0A. Grayscale: #9B9B9B. Windows color (decimal): -5275147 or 16089519. OLE color: 16089519.

HSL color Cylindrical-coordinate representation of color #AF81F5: hue angle of 263.79º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF81F5 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 129 245 -
CMYK 0.29 0.47 0 0.04
HSL 263.79º 0.85% 0.73% -
HSV(B) 263.79º 0.47% 0.96% -
XYZ 42.01 31.41 90.23 -
YUV 155.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 175 129 245 0.29 0.47 0 0.04 263.79 0.85 0.73
Hex AF 81 F5 1D 2F 0 4 108 55 49
Octal 257 201 365 35 57 0 4 410 125 111
Binary 10101111 10000001 11110101 11101 101111 0 100 100001000 1010101 1001001

Color Harmonies of #AF81F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81F5

Black with #AF81F5

Text Example


Text Example

White with #AF81F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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