Html Css Color HEX #A483EE Medium Purple

📋 copy color: '#A483EE'

red 164 ◦ green 131 ◦ blue 238

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

Shades of Medium Purple #A483EE

Tints of Medium Purple #A483EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.65%

R = 30.77%
G = 24.58%
B = 44.65%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A483EE (or 0xA483EE) is known color: Medium Purple. HEX triplet: A4, 83 and EE. RGB value is (164,131,238). Sum of RGB (Red+Green+Blue) = 164+131+238=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #A483EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483EE is #5B7C11. Grayscale: #989898. Windows color (decimal): -5995538 or 15631268. OLE color: 15631268.

HSL color Cylindrical-coordinate representation of color #A483EE: hue angle of 258.5º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A483EE is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 131 238 -
CMYK 0.31 0.45 0 0.07
HSL 258.5º 0.76% 0.72% -
HSV(B) 258.5º 0.45% 0.93% -
XYZ 38.86 30.3 84.69 -
YUV 153.07 175.93 135.8 -
System Red Green Blue C M Y K H S L
Decimal 164 131 238 0.31 0.45 0 0.07 258.5 0.76 0.72
Hex A4 83 EE 1F 2D 0 7 103 4C 48
Octal 244 203 356 37 55 0 7 403 114 110
Binary 10100100 10000011 11101110 11111 101101 0 111 100000011 1001100 1001000

Color Harmonies of #A483EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A483EE

Black with #A483EE

Text Example


Text Example

White with #A483EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A483EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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