Html Css Color HEX #AF80FC Medium Purple

📋 copy color: '#AF80FC'

red 175 ◦ green 128 ◦ blue 252

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

Shades of Medium Purple #AF80FC

Tints of Medium Purple #AF80FC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.06%

 BLUE value IS 252 (98.83% from 255) = 45.41%

R = 31.53%
G = 23.06%
B = 45.41%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF80FC (or 0xAF80FC) is known color: Medium Purple. HEX triplet: AF, 80 and FC. RGB value is (175,128,252). Sum of RGB (Red+Green+Blue) = 175+128+252=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF80FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80FC is #507F03. Grayscale: #9B9B9B. Windows color (decimal): -5275396 or 16548015. OLE color: 16548015.

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

Color convert

RGB 175 128 252 -
CMYK 0.31 0.49 0 0.01
HSL 262.74º 0.95% 0.75% -
HSV(B) 262.74º 0.49% 0.99% -
XYZ 42.97 31.58 95.93 -
YUV 156.19 182.07 141.42 -
System Red Green Blue C M Y K H S L
Decimal 175 128 252 0.31 0.49 0 0.01 262.74 0.95 0.75
Hex AF 80 FC 1F 31 0 1 107 5F 4B
Octal 257 200 374 37 61 0 1 407 137 113
Binary 10101111 10000000 11111100 11111 110001 0 1 100000111 1011111 1001011

Color Harmonies of #AF80FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80FC

Black with #AF80FC

Text Example


Text Example

White with #AF80FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80FC; }

 p { color: rgb(175,128,252); }

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

background-color css

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

 a { background-color: rgb(175,128,252); }

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

border-color css

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

 span { border-color: rgb(175,128,252); }

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