Html Css Color HEX #AF81F4 Medium Purple

📋 copy color: '#AF81F4'

red 175 ◦ green 129 ◦ blue 244

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

Shades of Medium Purple #AF81F4

Tints of Medium Purple #AF81F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.53%

R = 31.93%
G = 23.54%
B = 44.53%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF81F4 (or 0xAF81F4) is known color: Medium Purple. HEX triplet: AF, 81 and F4. RGB value is (175,129,244). Sum of RGB (Red+Green+Blue) = 175+129+244=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF81F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81F4 is #507E0B. Grayscale: #9B9B9B. Windows color (decimal): -5275148 or 16023983. OLE color: 16023983.

HSL color Cylindrical-coordinate representation of color #AF81F4: hue angle of 264º degrees, saturation: 0.84, 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 #AF81F4 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 129 244 -
CMYK 0.28 0.47 0 0.04
HSL 264º 0.84% 0.73% -
HSV(B) 264º 0.47% 0.96% -
XYZ 41.86 31.35 89.43 -
YUV 155.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 175 129 244 0.28 0.47 0 0.04 264 0.84 0.73
Hex AF 81 F4 1C 2F 0 4 108 54 49
Octal 257 201 364 34 57 0 4 410 124 111
Binary 10101111 10000001 11110100 11100 101111 0 100 100001000 1010100 1001001

Color Harmonies of #AF81F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81F4

Black with #AF81F4

Text Example


Text Example

White with #AF81F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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