Html Css Color HEX #A880E4 Medium Purple

📋 copy color: '#A880E4'

red 168 ◦ green 128 ◦ blue 228

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

Shades of Medium Purple #A880E4

Tints of Medium Purple #A880E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.51%

R = 32.06%
G = 24.43%
B = 43.51%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A880E4 (or 0xA880E4) is known color: Medium Purple. HEX triplet: A8, 80 and E4. RGB value is (168,128,228). Sum of RGB (Red+Green+Blue) = 168+128+228=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 228 - color contains mainly: blue. Hex color #A880E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880E4 is #577F1B. Grayscale: #979797. Windows color (decimal): -5734172 or 14975144. OLE color: 14975144.

HSL color Cylindrical-coordinate representation of color #A880E4: hue angle of 264º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A880E4 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 128 228 -
CMYK 0.26 0.44 0 0.11
HSL 264º 0.65% 0.7% -
HSV(B) 264º 0.44% 0.89% -
XYZ 37.87 29.36 77.07 -
YUV 151.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 168 128 228 0.26 0.44 0 0.11 264 0.65 0.7
Hex A8 80 E4 1A 2C 0 B 108 41 46
Octal 250 200 344 32 54 0 13 410 101 106
Binary 10101000 10000000 11100100 11010 101100 0 1011 100001000 1000001 1000110

Color Harmonies of #A880E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A880E4

Black with #A880E4

Text Example


Text Example

White with #A880E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A880E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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