Html Css Color HEX #A35CCE Amethyst

📋 copy color: '#A35CCE'

red 163 ◦ green 92 ◦ blue 206

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

Shades of Amethyst #A35CCE

Tints of Amethyst #A35CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 35.36%
G = 19.96%
B = 44.69%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A35CCE (or 0xA35CCE) is known color: Amethyst. HEX triplet: A3, 5C and CE. RGB value is (163,92,206). Sum of RGB (Red+Green+Blue) = 163+92+206=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #A35CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CCE is #5CA331. Grayscale: #7D7D7D. Windows color (decimal): -6071090 or 13524131. OLE color: 13524131.

HSL color Cylindrical-coordinate representation of color #A35CCE: hue angle of 277.37º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A35CCE is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 92 206 -
CMYK 0.21 0.55 0 0.19
HSL 277.37º 0.54% 0.58% -
HSV(B) 277.37º 0.55% 0.81% -
XYZ 30.07 19.9 60.65 -
YUV 126.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 163 92 206 0.21 0.55 0 0.19 277.37 0.54 0.58
Hex A3 5C CE 15 37 0 13 115 36 3A
Octal 243 134 316 25 67 0 23 425 66 72
Binary 10100011 1011100 11001110 10101 110111 0 10011 100010101 110110 111010

Color Harmonies of #A35CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35CCE

Black with #A35CCE

Text Example


Text Example

White with #A35CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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