Html Css Color HEX #A880FA Medium Purple

📋 copy color: '#A880FA'

red 168 ◦ green 128 ◦ blue 250

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

Shades of Medium Purple #A880FA

Tints of Medium Purple #A880FA

RGB

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

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

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

R = 30.77%
G = 23.44%
B = 45.79%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A880FA (or 0xA880FA) is known color: Medium Purple. HEX triplet: A8, 80 and FA. RGB value is (168,128,250). Sum of RGB (Red+Green+Blue) = 168+128+250=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #A880FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A880FA is #577F05. Grayscale: #999999. Windows color (decimal): -5734150 or 16416936. OLE color: 16416936.

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

Color convert

RGB 168 128 250 -
CMYK 0.33 0.49 0 0.02
HSL 259.67º 0.92% 0.74% -
HSV(B) 259.67º 0.49% 0.98% -
XYZ 41.12 30.67 94.19 -
YUV 153.87 182.25 138.08 -
System Red Green Blue C M Y K H S L
Decimal 168 128 250 0.33 0.49 0 0.02 259.67 0.92 0.74
Hex A8 80 FA 21 31 0 2 104 5C 4A
Octal 250 200 372 41 61 0 2 404 134 112
Binary 10101000 10000000 11111010 100001 110001 0 10 100000100 1011100 1001010

Color Harmonies of #A880FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A880FA

Black with #A880FA

Text Example


Text Example

White with #A880FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A880FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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