Html Css Color HEX #A368E5 Medium Purple

📋 copy color: '#A368E5'

red 163 ◦ green 104 ◦ blue 229

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

Shades of Medium Purple #A368E5

Tints of Medium Purple #A368E5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.97%

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

R = 32.86%
G = 20.97%
B = 46.17%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A368E5 (or 0xA368E5) is known color: Medium Purple. HEX triplet: A3, 68 and E5. RGB value is (163,104,229). Sum of RGB (Red+Green+Blue) = 163+104+229=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #A368E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368E5 is #5C971A. Grayscale: #878787. Windows color (decimal): -6067995 or 15034531. OLE color: 15034531.

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

Color convert

RGB 163 104 229 -
CMYK 0.29 0.55 0 0.10
HSL 268.32º 0.71% 0.65% -
HSV(B) 268.32º 0.55% 0.9% -
XYZ 34.2 23.34 76.83 -
YUV 135.89 180.55 147.34 -
System Red Green Blue C M Y K H S L
Decimal 163 104 229 0.29 0.55 0 0.10 268.32 0.71 0.65
Hex A3 68 E5 1D 37 0 A 10C 47 41
Octal 243 150 345 35 67 0 12 414 107 101
Binary 10100011 1101000 11100101 11101 110111 0 1010 100001100 1000111 1000001

Color Harmonies of #A368E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368E5

Black with #A368E5

Text Example


Text Example

White with #A368E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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