Html Css Color HEX #A483DE Medium Purple

📋 copy color: '#A483DE'

red 164 ◦ green 131 ◦ blue 222

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

Shades of Medium Purple #A483DE

Tints of Medium Purple #A483DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.94%

R = 31.72%
G = 25.34%
B = 42.94%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A483DE (or 0xA483DE) is known color: Medium Purple. HEX triplet: A4, 83 and DE. RGB value is (164,131,222). Sum of RGB (Red+Green+Blue) = 164+131+222=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #A483DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483DE is #5B7C21. Grayscale: #969696. Windows color (decimal): -5995554 or 14582692. OLE color: 14582692.

HSL color Cylindrical-coordinate representation of color #A483DE: hue angle of 261.76º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A483DE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 131 222 -
CMYK 0.26 0.41 0 0.13
HSL 261.76º 0.58% 0.69% -
HSV(B) 261.76º 0.41% 0.87% -
XYZ 36.61 29.4 72.85 -
YUV 151.24 167.93 137.1 -
System Red Green Blue C M Y K H S L
Decimal 164 131 222 0.26 0.41 0 0.13 261.76 0.58 0.69
Hex A4 83 DE 1A 29 0 D 106 3A 45
Octal 244 203 336 32 51 0 15 406 72 105
Binary 10100100 10000011 11011110 11010 101001 0 1101 100000110 111010 1000101

Color Harmonies of #A483DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A483DE

Black with #A483DE

Text Example


Text Example

White with #A483DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A483DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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