Html Css Color HEX #AF80FD Medium Purple

📋 copy color: '#AF80FD'

red 175 ◦ green 128 ◦ blue 253

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

Shades of Medium Purple #AF80FD

Tints of Medium Purple #AF80FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.5%

R = 31.47%
G = 23.02%
B = 45.5%

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

#AF80FD (or 0xAF80FD) is known color: Medium Purple. HEX triplet: AF, 80 and FD. RGB value is (175,128,253). Sum of RGB (Red+Green+Blue) = 175+128+253=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF80FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80FD is #507F02. Grayscale: #9B9B9B. Windows color (decimal): -5275395 or 16613551. OLE color: 16613551.

HSL color Cylindrical-coordinate representation of color #AF80FD: hue angle of 262.56º degrees, saturation: 0.97, 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 #AF80FD is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 128 253 -
CMYK 0.31 0.49 0 0.01
HSL 262.56º 0.97% 0.75% -
HSV(B) 262.56º 0.49% 0.99% -
XYZ 43.13 31.64 96.76 -
YUV 156.3 182.57 141.34 -
System Red Green Blue C M Y K H S L
Decimal 175 128 253 0.31 0.49 0 0.01 262.56 0.97 0.75
Hex AF 80 FD 1F 31 0 1 107 61 4B
Octal 257 200 375 37 61 0 1 407 141 113
Binary 10101111 10000000 11111101 11111 110001 0 1 100000111 1100001 1001011

Color Harmonies of #AF80FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80FD

Black with #AF80FD

Text Example


Text Example

White with #AF80FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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