Html Css Color HEX #A368D5 Amethyst

📋 copy color: '#A368D5'

red 163 ◦ green 104 ◦ blue 213

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

Shades of Amethyst #A368D5

Tints of Amethyst #A368D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.38%

R = 33.96%
G = 21.67%
B = 44.38%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A368D5 (or 0xA368D5) is known color: Amethyst. HEX triplet: A3, 68 and D5. RGB value is (163,104,213). Sum of RGB (Red+Green+Blue) = 163+104+213=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #A368D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368D5 is #5C972A. Grayscale: #858585. Windows color (decimal): -6068011 or 13985955. OLE color: 13985955.

HSL color Cylindrical-coordinate representation of color #A368D5: hue angle of 272.48º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A368D5 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 104 213 -
CMYK 0.23 0.51 0 0.16
HSL 272.48º 0.56% 0.62% -
HSV(B) 272.48º 0.51% 0.84% -
XYZ 32.06 22.49 65.6 -
YUV 134.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 163 104 213 0.23 0.51 0 0.16 272.48 0.56 0.62
Hex A3 68 D5 17 33 0 10 110 38 3E
Octal 243 150 325 27 63 0 20 420 70 76
Binary 10100011 1101000 11010101 10111 110011 0 10000 100010000 111000 111110

Color Harmonies of #A368D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368D5

Black with #A368D5

Text Example


Text Example

White with #A368D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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