Html Css Color HEX #A884EB Medium Purple

📋 copy color: '#A884EB'

red 168 ◦ green 132 ◦ blue 235

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

Shades of Medium Purple #A884EB

Tints of Medium Purple #A884EB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.67%

 BLUE value IS 235 (92.19% from 255) = 43.93%

R = 31.4%
G = 24.67%
B = 43.93%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A884EB (or 0xA884EB) is known color: Medium Purple. HEX triplet: A8, 84 and EB. RGB value is (168,132,235). Sum of RGB (Red+Green+Blue) = 168+132+235=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #A884EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A884EB is #577B14. Grayscale: #9A9A9A. Windows color (decimal): -5733141 or 15434920. OLE color: 15434920.

HSL color Cylindrical-coordinate representation of color #A884EB: hue angle of 260.97º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A884EB is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 132 235 -
CMYK 0.29 0.44 0 0.08
HSL 260.97º 0.72% 0.72% -
HSV(B) 260.97º 0.44% 0.92% -
XYZ 39.4 30.83 82.47 -
YUV 154.51 173.43 137.62 -
System Red Green Blue C M Y K H S L
Decimal 168 132 235 0.29 0.44 0 0.08 260.97 0.72 0.72
Hex A8 84 EB 1D 2C 0 8 105 48 48
Octal 250 204 353 35 54 0 10 405 110 110
Binary 10101000 10000100 11101011 11101 101100 0 1000 100000101 1001000 1001000

Color Harmonies of #A884EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A884EB

Black with #A884EB

Text Example


Text Example

White with #A884EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A884EB; }

 p { color: rgb(168,132,235); }

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

background-color css

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

 a { background-color: rgb(168,132,235); }

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

border-color css

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

 span { border-color: rgb(168,132,235); }

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