Html Css Color HEX #A367DA Amethyst

📋 copy color: '#A367DA'

red 163 ◦ green 103 ◦ blue 218

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

Shades of Amethyst #A367DA

Tints of Amethyst #A367DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.28%

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 33.68%
G = 21.28%
B = 45.04%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A367DA (or 0xA367DA) is known color: Amethyst. HEX triplet: A3, 67 and DA. RGB value is (163,103,218). Sum of RGB (Red+Green+Blue) = 163+103+218=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #A367DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367DA is #5C9825. Grayscale: #858585. Windows color (decimal): -6068262 or 14313379. OLE color: 14313379.

HSL color Cylindrical-coordinate representation of color #A367DA: hue angle of 271.3º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A367DA is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 103 218 -
CMYK 0.25 0.53 0 0.15
HSL 271.3º 0.61% 0.63% -
HSV(B) 271.3º 0.53% 0.85% -
XYZ 32.61 22.55 68.96 -
YUV 134.05 175.38 148.65 -
System Red Green Blue C M Y K H S L
Decimal 163 103 218 0.25 0.53 0 0.15 271.3 0.61 0.63
Hex A3 67 DA 19 35 0 F 10F 3D 3F
Octal 243 147 332 31 65 0 17 417 75 77
Binary 10100011 1100111 11011010 11001 110101 0 1111 100001111 111101 111111

Color Harmonies of #A367DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A367DA

Black with #A367DA

Text Example


Text Example

White with #A367DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A367DA; }

 p { color: rgb(163,103,218); }

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

background-color css

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

 a { background-color: rgb(163,103,218); }

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

border-color css

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

 span { border-color: rgb(163,103,218); }

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