Html Css Color HEX #A366CD Amethyst

📋 copy color: '#A366CD'

red 163 ◦ green 102 ◦ blue 205

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

Shades of Amethyst #A366CD

Tints of Amethyst #A366CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.7%

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

R = 34.68%
G = 21.7%
B = 43.62%

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

#A366CD (or 0xA366CD) is known color: Amethyst. HEX triplet: A3, 66 and CD. RGB value is (163,102,205). Sum of RGB (Red+Green+Blue) = 163+102+205=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #A366CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366CD is #5C9932. Grayscale: #838383. Windows color (decimal): -6068531 or 13461155. OLE color: 13461155.

HSL color Cylindrical-coordinate representation of color #A366CD: hue angle of 275.53º degrees, saturation: 0.51, 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 #A366CD is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 102 205 -
CMYK 0.20 0.50 0 0.20
HSL 275.53º 0.51% 0.6% -
HSV(B) 275.53º 0.5% 0.8% -
XYZ 30.88 21.7 60.32 -
YUV 131.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 163 102 205 0.20 0.50 0 0.20 275.53 0.51 0.6
Hex A3 66 CD 14 32 0 14 114 33 3C
Octal 243 146 315 24 62 0 24 424 63 74
Binary 10100011 1100110 11001101 10100 110010 0 10100 100010100 110011 111100

Color Harmonies of #A366CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A366CD

Black with #A366CD

Text Example


Text Example

White with #A366CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A366CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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