Html Css Color HEX #A880FC Medium Purple

📋 copy color: '#A880FC'

red 168 ◦ green 128 ◦ blue 252

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

Shades of Medium Purple #A880FC

Tints of Medium Purple #A880FC

RGB

 RED value IS 168 (66.02% from 255) = 30.66%

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

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

R = 30.66%
G = 23.36%
B = 45.99%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A880FC (or 0xA880FC) is known color: Medium Purple. HEX triplet: A8, 80 and FC. RGB value is (168,128,252). Sum of RGB (Red+Green+Blue) = 168+128+252=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #A880FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A880FC is #577F03. Grayscale: #999999. Windows color (decimal): -5734148 or 16548008. OLE color: 16548008.

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

Color convert

RGB 168 128 252 -
CMYK 0.33 0.49 0 0.01
HSL 259.35º 0.95% 0.75% -
HSV(B) 259.35º 0.49% 0.99% -
XYZ 41.44 30.79 95.85 -
YUV 154.1 183.25 137.92 -
System Red Green Blue C M Y K H S L
Decimal 168 128 252 0.33 0.49 0 0.01 259.35 0.95 0.75
Hex A8 80 FC 21 31 0 1 103 5F 4B
Octal 250 200 374 41 61 0 1 403 137 113
Binary 10101000 10000000 11111100 100001 110001 0 1 100000011 1011111 1001011

Color Harmonies of #A880FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A880FC

Black with #A880FC

Text Example


Text Example

White with #A880FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A880FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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