Html Css Color HEX #A365E5 Medium Purple

📋 copy color: '#A365E5'

red 163 ◦ green 101 ◦ blue 229

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

Shades of Medium Purple #A365E5

Tints of Medium Purple #A365E5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.49%

 BLUE value IS 229 (89.84% from 255) = 46.45%

R = 33.06%
G = 20.49%
B = 46.45%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A365E5 (or 0xA365E5) is known color: Medium Purple. HEX triplet: A3, 65 and E5. RGB value is (163,101,229). Sum of RGB (Red+Green+Blue) = 163+101+229=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #A365E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365E5 is #5C9A1A. Grayscale: #858585. Windows color (decimal): -6068763 or 15033763. OLE color: 15033763.

HSL color Cylindrical-coordinate representation of color #A365E5: hue angle of 269.06º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A365E5 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 101 229 -
CMYK 0.29 0.56 0 0.10
HSL 269.06º 0.71% 0.65% -
HSV(B) 269.06º 0.56% 0.9% -
XYZ 33.9 22.75 76.73 -
YUV 134.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 163 101 229 0.29 0.56 0 0.10 269.06 0.71 0.65
Hex A3 65 E5 1D 38 0 A 10D 47 41
Octal 243 145 345 35 70 0 12 415 107 101
Binary 10100011 1100101 11100101 11101 111000 0 1010 100001101 1000111 1000001

Color Harmonies of #A365E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A365E5

Black with #A365E5

Text Example


Text Example

White with #A365E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A365E5; }

 p { color: rgb(163,101,229); }

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

background-color css

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

 a { background-color: rgb(163,101,229); }

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

border-color css

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

 span { border-color: rgb(163,101,229); }

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