Html Css Color HEX #AF80FF Medium Purple

📋 copy color: '#AF80FF'

red 175 ◦ green 128 ◦ blue 255

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

Shades of Medium Purple #AF80FF

Tints of Medium Purple #AF80FF

RGB

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

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

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

R = 31.36%
G = 22.94%
B = 45.7%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF80FF (or 0xAF80FF) is known color: Medium Purple. HEX triplet: AF, 80 and FF. RGB value is (175,128,255). Sum of RGB (Red+Green+Blue) = 175+128+255=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80FF is #507F00. Grayscale: #9C9C9C. Windows color (decimal): -5275393 or 16744623. OLE color: 16744623.

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

Color convert

RGB 175 128 255 -
CMYK 0.31 0.50 0 0
HSL 262.2º 1% 0.75% -
HSV(B) 262.2º 0.5% 1% -
XYZ 43.45 31.77 98.45 -
YUV 156.53 183.57 141.17 -
System Red Green Blue C M Y K H S L
Decimal 175 128 255 0.31 0.50 0 0 262.2 1 0.75
Hex AF 80 FF 1F 32 0 0 106 64 4B
Octal 257 200 377 37 62 0 0 406 144 113
Binary 10101111 10000000 11111111 11111 110010 0 0 100000110 1100100 1001011

Color Harmonies of #AF80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80FF

Black with #AF80FF

Text Example


Text Example

White with #AF80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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