Html Css Color HEX #A35ACD Amethyst

📋 copy color: '#A35ACD'

red 163 ◦ green 90 ◦ blue 205

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

Shades of Amethyst #A35ACD

Tints of Amethyst #A35ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.65%

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

R = 35.59%
G = 19.65%
B = 44.76%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A35ACD (or 0xA35ACD) is known color: Amethyst. HEX triplet: A3, 5A and CD. RGB value is (163,90,205). Sum of RGB (Red+Green+Blue) = 163+90+205=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #A35ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ACD is #5CA532. Grayscale: #7C7C7C. Windows color (decimal): -6071603 or 13458083. OLE color: 13458083.

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

Color convert

RGB 163 90 205 -
CMYK 0.20 0.56 0 0.20
HSL 278.09º 0.53% 0.58% -
HSV(B) 278.09º 0.56% 0.8% -
XYZ 29.78 19.51 59.95 -
YUV 124.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 163 90 205 0.20 0.56 0 0.20 278.09 0.53 0.58
Hex A3 5A CD 14 38 0 14 116 35 3A
Octal 243 132 315 24 70 0 24 426 65 72
Binary 10100011 1011010 11001101 10100 111000 0 10100 100010110 110101 111010

Color Harmonies of #A35ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35ACD

Black with #A35ACD

Text Example


Text Example

White with #A35ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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