Html Css Color HEX #A483EF Medium Purple

📋 copy color: '#A483EF'

red 164 ◦ green 131 ◦ blue 239

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

Shades of Medium Purple #A483EF

Tints of Medium Purple #A483EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 30.71%
G = 24.53%
B = 44.76%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A483EF (or 0xA483EF) is known color: Medium Purple. HEX triplet: A4, 83 and EF. RGB value is (164,131,239). Sum of RGB (Red+Green+Blue) = 164+131+239=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #A483EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483EF is #5B7C10. Grayscale: #989898. Windows color (decimal): -5995537 or 15696804. OLE color: 15696804.

HSL color Cylindrical-coordinate representation of color #A483EF: hue angle of 258.33º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A483EF is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 131 239 -
CMYK 0.31 0.45 0 0.06
HSL 258.33º 0.77% 0.73% -
HSV(B) 258.33º 0.45% 0.94% -
XYZ 39.01 30.36 85.47 -
YUV 153.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 164 131 239 0.31 0.45 0 0.06 258.33 0.77 0.73
Hex A4 83 EF 1F 2D 0 6 102 4D 49
Octal 244 203 357 37 55 0 6 402 115 111
Binary 10100100 10000011 11101111 11111 101101 0 110 100000010 1001101 1001001

Color Harmonies of #A483EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A483EF

Black with #A483EF

Text Example


Text Example

White with #A483EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A483EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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