Html Css Color HEX #A368E6 Medium Purple

📋 copy color: '#A368E6'

red 163 ◦ green 104 ◦ blue 230

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

Shades of Medium Purple #A368E6

Tints of Medium Purple #A368E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.28%

R = 32.8%
G = 20.93%
B = 46.28%

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

#A368E6 (or 0xA368E6) is known color: Medium Purple. HEX triplet: A3, 68 and E6. RGB value is (163,104,230). Sum of RGB (Red+Green+Blue) = 163+104+230=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #A368E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A368E6 is #5C9719. Grayscale: #878787. Windows color (decimal): -6067994 or 15100067. OLE color: 15100067.

HSL color Cylindrical-coordinate representation of color #A368E6: hue angle of 268.1º degrees, saturation: 0.72, 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 #A368E6 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 104 230 -
CMYK 0.29 0.55 0 0.10
HSL 268.1º 0.72% 0.65% -
HSV(B) 268.1º 0.55% 0.9% -
XYZ 34.34 23.4 77.57 -
YUV 136.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 163 104 230 0.29 0.55 0 0.10 268.1 0.72 0.65
Hex A3 68 E6 1D 37 0 A 10C 48 41
Octal 243 150 346 35 67 0 12 414 110 101
Binary 10100011 1101000 11100110 11101 110111 0 1010 100001100 1001000 1000001

Color Harmonies of #A368E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368E6

Black with #A368E6

Text Example


Text Example

White with #A368E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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