Html Css Color HEX #A35ADF Amethyst

📋 copy color: '#A35ADF'

red 163 ◦ green 90 ◦ blue 223

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

Shades of Amethyst #A35ADF

Tints of Amethyst #A35ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 34.24%
G = 18.91%
B = 46.85%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A35ADF (or 0xA35ADF) is known color: Amethyst. HEX triplet: A3, 5A and DF. RGB value is (163,90,223). Sum of RGB (Red+Green+Blue) = 163+90+223=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #A35ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ADF is #5CA520. Grayscale: #7E7E7E. Windows color (decimal): -6071585 or 14637731. OLE color: 14637731.

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

Color convert

RGB 163 90 223 -
CMYK 0.27 0.60 0 0.13
HSL 272.93º 0.68% 0.61% -
HSV(B) 272.93º 0.6% 0.87% -
XYZ 32.08 20.43 72.06 -
YUV 126.99 182.18 153.69 -
System Red Green Blue C M Y K H S L
Decimal 163 90 223 0.27 0.60 0 0.13 272.93 0.68 0.61
Hex A3 5A DF 1B 3C 0 D 111 44 3D
Octal 243 132 337 33 74 0 15 421 104 75
Binary 10100011 1011010 11011111 11011 111100 0 1101 100010001 1000100 111101

Color Harmonies of #A35ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35ADF

Black with #A35ADF

Text Example


Text Example

White with #A35ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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