Html Css Color HEX #AF81FE Medium Purple

📋 copy color: '#AF81FE'

red 175 ◦ green 129 ◦ blue 254

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

Shades of Medium Purple #AF81FE

Tints of Medium Purple #AF81FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 31.36%
G = 23.12%
B = 45.52%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF81FE (or 0xAF81FE) is known color: Medium Purple. HEX triplet: AF, 81 and FE. RGB value is (175,129,254). Sum of RGB (Red+Green+Blue) = 175+129+254=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF81FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81FE is #507E01. Grayscale: #9C9C9C. Windows color (decimal): -5275138 or 16679343. OLE color: 16679343.

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

Color convert

RGB 175 129 254 -
CMYK 0.31 0.49 0 0.00
HSL 262.08º 0.98% 0.75% -
HSV(B) 262.08º 0.49% 1% -
XYZ 43.42 31.97 97.65 -
YUV 157 182.74 140.84 -
System Red Green Blue C M Y K H S L
Decimal 175 129 254 0.31 0.49 0 0.00 262.08 0.98 0.75
Hex AF 81 FE 1F 31 0 0 106 62 4B
Octal 257 201 376 37 61 0 0 406 142 113
Binary 10101111 10000001 11111110 11111 110001 0 0 100000110 1100010 1001011

Color Harmonies of #AF81FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81FE

Black with #AF81FE

Text Example


Text Example

White with #AF81FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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