Html Css Color HEX #AF80FA Medium Purple

📋 copy color: '#AF80FA'

red 175 ◦ green 128 ◦ blue 250

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

Shades of Medium Purple #AF80FA

Tints of Medium Purple #AF80FA

RGB

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

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

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

R = 31.65%
G = 23.15%
B = 45.21%

CMYK

 C value IS 0.3

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF80FA (or 0xAF80FA) is known color: Medium Purple. HEX triplet: AF, 80 and FA. RGB value is (175,128,250). Sum of RGB (Red+Green+Blue) = 175+128+250=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF80FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80FA is #507F05. Grayscale: #9B9B9B. Windows color (decimal): -5275398 or 16416943. OLE color: 16416943.

HSL color Cylindrical-coordinate representation of color #AF80FA: hue angle of 263.11º degrees, saturation: 0.92, 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 #AF80FA is Cyan = 0.3, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 128 250 -
CMYK 0.3 0.49 0 0.02
HSL 263.11º 0.92% 0.74% -
HSV(B) 263.11º 0.49% 0.98% -
XYZ 42.65 31.45 94.27 -
YUV 155.96 181.07 141.58 -
System Red Green Blue C M Y K H S L
Decimal 175 128 250 0.3 0.49 0 0.02 263.11 0.92 0.74
Hex AF 80 FA 1E 31 0 2 107 5C 4A
Octal 257 200 372 36 61 0 2 407 134 112
Binary 10101111 10000000 11111010 11110 110001 0 10 100000111 1011100 1001010

Color Harmonies of #AF80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80FA

Black with #AF80FA

Text Example


Text Example

White with #AF80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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