Html Css Color HEX #AF81FF Medium Purple

📋 copy color: '#AF81FF'

red 175 ◦ green 129 ◦ blue 255

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

Shades of Medium Purple #AF81FF

Tints of Medium Purple #AF81FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.62%

R = 31.31%
G = 23.08%
B = 45.62%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF81FF (or 0xAF81FF) is known color: Medium Purple. HEX triplet: AF, 81 and FF. RGB value is (175,129,255). Sum of RGB (Red+Green+Blue) = 175+129+255=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF81FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81FF is #507E00. Grayscale: #9C9C9C. Windows color (decimal): -5275137 or 16744879. OLE color: 16744879.

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

Color convert

RGB 175 129 255 -
CMYK 0.31 0.49 0 0
HSL 261.9º 1% 0.75% -
HSV(B) 261.9º 0.49% 1% -
XYZ 43.58 32.03 98.49 -
YUV 157.12 183.24 140.75 -
System Red Green Blue C M Y K H S L
Decimal 175 129 255 0.31 0.49 0 0 261.9 1 0.75
Hex AF 81 FF 1F 31 0 0 106 64 4B
Octal 257 201 377 37 61 0 0 406 144 113
Binary 10101111 10000001 11111111 11111 110001 0 0 100000110 1100100 1001011

Color Harmonies of #AF81FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81FF

Black with #AF81FF

Text Example


Text Example

White with #AF81FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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