Html Css Color HEX #A367CD Amethyst

📋 copy color: '#A367CD'

red 163 ◦ green 103 ◦ blue 205

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

Shades of Amethyst #A367CD

Tints of Amethyst #A367CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 34.61%
G = 21.87%
B = 43.52%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A367CD (or 0xA367CD) is known color: Amethyst. HEX triplet: A3, 67 and CD. RGB value is (163,103,205). Sum of RGB (Red+Green+Blue) = 163+103+205=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #A367CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367CD is #5C9832. Grayscale: #848484. Windows color (decimal): -6068275 or 13461411. OLE color: 13461411.

HSL color Cylindrical-coordinate representation of color #A367CD: hue angle of 275.29º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A367CD is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 103 205 -
CMYK 0.20 0.50 0 0.20
HSL 275.29º 0.5% 0.6% -
HSV(B) 275.29º 0.5% 0.8% -
XYZ 30.97 21.89 60.35 -
YUV 132.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 163 103 205 0.20 0.50 0 0.20 275.29 0.5 0.6
Hex A3 67 CD 14 32 0 14 113 32 3C
Octal 243 147 315 24 62 0 24 423 62 74
Binary 10100011 1100111 11001101 10100 110010 0 10100 100010011 110010 111100

Color Harmonies of #A367CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A367CD

Black with #A367CD

Text Example


Text Example

White with #A367CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A367CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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