Html Css Color HEX #AF80FB Medium Purple

📋 copy color: '#AF80FB'

red 175 ◦ green 128 ◦ blue 251

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

Shades of Medium Purple #AF80FB

Tints of Medium Purple #AF80FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 31.59%
G = 23.1%
B = 45.31%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF80FB (or 0xAF80FB) is known color: Medium Purple. HEX triplet: AF, 80 and FB. RGB value is (175,128,251). Sum of RGB (Red+Green+Blue) = 175+128+251=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF80FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80FB is #507F04. Grayscale: #9B9B9B. Windows color (decimal): -5275397 or 16482479. OLE color: 16482479.

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

Color convert

RGB 175 128 251 -
CMYK 0.30 0.49 0 0.02
HSL 262.93º 0.94% 0.74% -
HSV(B) 262.93º 0.49% 0.98% -
XYZ 42.81 31.52 95.09 -
YUV 156.08 181.57 141.5 -
System Red Green Blue C M Y K H S L
Decimal 175 128 251 0.30 0.49 0 0.02 262.93 0.94 0.74
Hex AF 80 FB 1E 31 0 2 107 5E 4A
Octal 257 200 373 36 61 0 2 407 136 112
Binary 10101111 10000000 11111011 11110 110001 0 10 100000111 1011110 1001010

Color Harmonies of #AF80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80FB

Black with #AF80FB

Text Example


Text Example

White with #AF80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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