Html Css Color HEX #A35CDC Amethyst

📋 copy color: '#A35CDC'

red 163 ◦ green 92 ◦ blue 220

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

Shades of Amethyst #A35CDC

Tints of Amethyst #A35CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.37%

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 34.32%
G = 19.37%
B = 46.32%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A35CDC (or 0xA35CDC) is known color: Amethyst. HEX triplet: A3, 5C and DC. RGB value is (163,92,220). Sum of RGB (Red+Green+Blue) = 163+92+220=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #A35CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CDC is #5CA323. Grayscale: #7F7F7F. Windows color (decimal): -6071076 or 14441635. OLE color: 14441635.

HSL color Cylindrical-coordinate representation of color #A35CDC: hue angle of 273.28º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A35CDC is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 92 220 -
CMYK 0.26 0.58 0 0.14
HSL 273.28º 0.65% 0.61% -
HSV(B) 273.28º 0.58% 0.86% -
XYZ 31.85 20.61 70.01 -
YUV 127.82 180.02 153.09 -
System Red Green Blue C M Y K H S L
Decimal 163 92 220 0.26 0.58 0 0.14 273.28 0.65 0.61
Hex A3 5C DC 1A 3A 0 E 111 41 3D
Octal 243 134 334 32 72 0 16 421 101 75
Binary 10100011 1011100 11011100 11010 111010 0 1110 100010001 1000001 111101

Color Harmonies of #A35CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35CDC

Black with #A35CDC

Text Example


Text Example

White with #A35CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35CDC; }

 p { color: rgb(163,92,220); }

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

background-color css

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

 a { background-color: rgb(163,92,220); }

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

border-color css

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

 span { border-color: rgb(163,92,220); }

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