Html Css Color HEX #A35AD0 Amethyst

📋 copy color: '#A35AD0'

red 163 ◦ green 90 ◦ blue 208

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

Shades of Amethyst #A35AD0

Tints of Amethyst #A35AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.12%

R = 35.36%
G = 19.52%
B = 45.12%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A35AD0 (or 0xA35AD0) is known color: Amethyst. HEX triplet: A3, 5A and D0. RGB value is (163,90,208). Sum of RGB (Red+Green+Blue) = 163+90+208=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #A35AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35AD0 is #5CA52F. Grayscale: #7C7C7C. Windows color (decimal): -6071600 or 13654691. OLE color: 13654691.

HSL color Cylindrical-coordinate representation of color #A35AD0: hue angle of 277.12º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A35AD0 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 90 208 -
CMYK 0.22 0.57 0 0.18
HSL 277.12º 0.56% 0.58% -
HSV(B) 277.12º 0.57% 0.82% -
XYZ 30.15 19.65 61.88 -
YUV 125.28 174.68 154.91 -
System Red Green Blue C M Y K H S L
Decimal 163 90 208 0.22 0.57 0 0.18 277.12 0.56 0.58
Hex A3 5A D0 16 39 0 12 115 38 3A
Octal 243 132 320 26 71 0 22 425 70 72
Binary 10100011 1011010 11010000 10110 111001 0 10010 100010101 111000 111010

Color Harmonies of #A35AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35AD0

Black with #A35AD0

Text Example


Text Example

White with #A35AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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