Html Css Color HEX #AF81FA Medium Purple

📋 copy color: '#AF81FA'

red 175 ◦ green 129 ◦ blue 250

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

Shades of Medium Purple #AF81FA

Tints of Medium Purple #AF81FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.13%

R = 31.59%
G = 23.29%
B = 45.13%

CMYK

 C value IS 0.3

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF81FA (or 0xAF81FA) is known color: Medium Purple. HEX triplet: AF, 81 and FA. RGB value is (175,129,250). Sum of RGB (Red+Green+Blue) = 175+129+250=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF81FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81FA is #507E05. Grayscale: #9C9C9C. Windows color (decimal): -5275142 or 16417199. OLE color: 16417199.

HSL color Cylindrical-coordinate representation of color #AF81FA: hue angle of 262.81º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF81FA is Cyan = 0.3, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 129 250 -
CMYK 0.3 0.48 0 0.02
HSL 262.81º 0.92% 0.74% -
HSV(B) 262.81º 0.48% 0.98% -
XYZ 42.78 31.72 94.31 -
YUV 156.55 180.74 141.16 -
System Red Green Blue C M Y K H S L
Decimal 175 129 250 0.3 0.48 0 0.02 262.81 0.92 0.74
Hex AF 81 FA 1E 30 0 2 107 5C 4A
Octal 257 201 372 36 60 0 2 407 134 112
Binary 10101111 10000001 11111010 11110 110000 0 10 100000111 1011100 1001010

Color Harmonies of #AF81FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81FA

Black with #AF81FA

Text Example


Text Example

White with #AF81FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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