Html Css Color HEX #A483E8 Medium Purple

📋 copy color: '#A483E8'

red 164 ◦ green 131 ◦ blue 232

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

Shades of Medium Purple #A483E8

Tints of Medium Purple #A483E8

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.86%

 BLUE value IS 232 (91.02% from 255) = 44.02%

R = 31.12%
G = 24.86%
B = 44.02%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A483E8 (or 0xA483E8) is known color: Medium Purple. HEX triplet: A4, 83 and E8. RGB value is (164,131,232). Sum of RGB (Red+Green+Blue) = 164+131+232=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #A483E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483E8 is #5B7C17. Grayscale: #989898. Windows color (decimal): -5995544 or 15238052. OLE color: 15238052.

HSL color Cylindrical-coordinate representation of color #A483E8: hue angle of 259.6º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A483E8 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 131 232 -
CMYK 0.29 0.44 0 0.09
HSL 259.6º 0.69% 0.71% -
HSV(B) 259.6º 0.44% 0.91% -
XYZ 37.99 29.95 80.12 -
YUV 152.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 164 131 232 0.29 0.44 0 0.09 259.6 0.69 0.71
Hex A4 83 E8 1D 2C 0 9 104 45 47
Octal 244 203 350 35 54 0 11 404 105 107
Binary 10100100 10000011 11101000 11101 101100 0 1001 100000100 1000101 1000111

Color Harmonies of #A483E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A483E8

Black with #A483E8

Text Example


Text Example

White with #A483E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A483E8; }

 p { color: rgb(164,131,232); }

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

background-color css

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

 a { background-color: rgb(164,131,232); }

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

border-color css

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

 span { border-color: rgb(164,131,232); }

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