Html Css Color HEX #A359F2 Medium Purple

📋 copy color: '#A359F2'

red 163 ◦ green 89 ◦ blue 242

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

Shades of Medium Purple #A359F2

Tints of Medium Purple #A359F2

RGB

 RED value IS 163 (64.06% from 255) = 33%

 GREEN value IS 89 (35.16% from 255) = 18.02%

 BLUE value IS 242 (94.92% from 255) = 48.99%

R = 33%
G = 18.02%
B = 48.99%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A359F2 (or 0xA359F2) is known color: Medium Purple. HEX triplet: A3, 59 and F2. RGB value is (163,89,242). Sum of RGB (Red+Green+Blue) = 163+89+242=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #A359F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A359F2 is #5CA60D. Grayscale: #808080. Windows color (decimal): -6071822 or 15882659. OLE color: 15882659.

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

Color convert

RGB 163 89 242 -
CMYK 0.33 0.63 0 0.05
HSL 269.02º 0.85% 0.65% -
HSV(B) 269.02º 0.63% 0.95% -
XYZ 34.7 21.34 86.29 -
YUV 128.57 192.02 152.56 -
System Red Green Blue C M Y K H S L
Decimal 163 89 242 0.33 0.63 0 0.05 269.02 0.85 0.65
Hex A3 59 F2 21 3F 0 5 10D 55 41
Octal 243 131 362 41 77 0 5 415 125 101
Binary 10100011 1011001 11110010 100001 111111 0 101 100001101 1010101 1000001

Color Harmonies of #A359F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A359F2

Black with #A359F2

Text Example


Text Example

White with #A359F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A359F2; }

 p { color: rgb(163,89,242); }

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

background-color css

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

 a { background-color: rgb(163,89,242); }

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

border-color css

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

 span { border-color: rgb(163,89,242); }

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