Html Css Color HEX #A483F3 Medium Purple

📋 copy color: '#A483F3'

red 164 ◦ green 131 ◦ blue 243

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

Shades of Medium Purple #A483F3

Tints of Medium Purple #A483F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.17%

R = 30.48%
G = 24.35%
B = 45.17%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A483F3 (or 0xA483F3) is known color: Medium Purple. HEX triplet: A4, 83 and F3. RGB value is (164,131,243). Sum of RGB (Red+Green+Blue) = 164+131+243=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #A483F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483F3 is #5B7C0C. Grayscale: #999999. Windows color (decimal): -5995533 or 15958948. OLE color: 15958948.

HSL color Cylindrical-coordinate representation of color #A483F3: hue angle of 257.68º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A483F3 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 131 243 -
CMYK 0.33 0.46 0 0.05
HSL 257.68º 0.82% 0.73% -
HSV(B) 257.68º 0.46% 0.95% -
XYZ 39.6 30.6 88.61 -
YUV 153.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 164 131 243 0.33 0.46 0 0.05 257.68 0.82 0.73
Hex A4 83 F3 21 2E 0 5 102 52 49
Octal 244 203 363 41 56 0 5 402 122 111
Binary 10100100 10000011 11110011 100001 101110 0 101 100000010 1010010 1001001

Color Harmonies of #A483F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A483F3

Black with #A483F3

Text Example


Text Example

White with #A483F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A483F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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