Html Css Color HEX #A367DE Amethyst

📋 copy color: '#A367DE'

red 163 ◦ green 103 ◦ blue 222

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

Shades of Amethyst #A367DE

Tints of Amethyst #A367DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.49%

R = 33.4%
G = 21.11%
B = 45.49%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A367DE (or 0xA367DE) is known color: Amethyst. HEX triplet: A3, 67 and DE. RGB value is (163,103,222). Sum of RGB (Red+Green+Blue) = 163+103+222=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #A367DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367DE is #5C9821. Grayscale: #868686. Windows color (decimal): -6068258 or 14575523. OLE color: 14575523.

HSL color Cylindrical-coordinate representation of color #A367DE: hue angle of 270.25º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A367DE is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 103 222 -
CMYK 0.27 0.54 0 0.13
HSL 270.25º 0.64% 0.64% -
HSV(B) 270.25º 0.54% 0.87% -
XYZ 33.14 22.76 71.75 -
YUV 134.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 163 103 222 0.27 0.54 0 0.13 270.25 0.64 0.64
Hex A3 67 DE 1B 36 0 D 10E 40 40
Octal 243 147 336 33 66 0 15 416 100 100
Binary 10100011 1100111 11011110 11011 110110 0 1101 100001110 1000000 1000000

Color Harmonies of #A367DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A367DE

Black with #A367DE

Text Example


Text Example

White with #A367DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A367DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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