Html Css Color HEX #A484EA Medium Purple

📋 copy color: '#A484EA'

red 164 ◦ green 132 ◦ blue 234

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

Shades of Medium Purple #A484EA

Tints of Medium Purple #A484EA

RGB

 RED value IS 164 (64.45% from 255) = 30.94%

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

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 30.94%
G = 24.91%
B = 44.15%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A484EA (or 0xA484EA) is known color: Medium Purple. HEX triplet: A4, 84 and EA. RGB value is (164,132,234). Sum of RGB (Red+Green+Blue) = 164+132+234=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #A484EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A484EA is #5B7B15. Grayscale: #989898. Windows color (decimal): -5995286 or 15369380. OLE color: 15369380.

HSL color Cylindrical-coordinate representation of color #A484EA: hue angle of 258.82º degrees, saturation: 0.71, 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 #A484EA is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 132 234 -
CMYK 0.30 0.44 0 0.08
HSL 258.82º 0.71% 0.72% -
HSV(B) 258.82º 0.44% 0.92% -
XYZ 38.41 30.34 81.67 -
YUV 153.2 173.6 135.71 -
System Red Green Blue C M Y K H S L
Decimal 164 132 234 0.30 0.44 0 0.08 258.82 0.71 0.72
Hex A4 84 EA 1E 2C 0 8 103 47 48
Octal 244 204 352 36 54 0 10 403 107 110
Binary 10100100 10000100 11101010 11110 101100 0 1000 100000011 1000111 1001000

Color Harmonies of #A484EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A484EA

Black with #A484EA

Text Example


Text Example

White with #A484EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A484EA; }

 p { color: rgb(164,132,234); }

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

background-color css

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

 a { background-color: rgb(164,132,234); }

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

border-color css

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

 span { border-color: rgb(164,132,234); }

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