Html Css Color HEX #A35EC8 Amethyst

📋 copy color: '#A35EC8'

red 163 ◦ green 94 ◦ blue 200

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

Shades of Amethyst #A35EC8

Tints of Amethyst #A35EC8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.57%

 BLUE value IS 200 (78.52% from 255) = 43.76%

R = 35.67%
G = 20.57%
B = 43.76%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A35EC8 (or 0xA35EC8) is known color: Amethyst. HEX triplet: A3, 5E and C8. RGB value is (163,94,200). Sum of RGB (Red+Green+Blue) = 163+94+200=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #A35EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35EC8 is #5CA137. Grayscale: #7E7E7E. Windows color (decimal): -6070584 or 13131427. OLE color: 13131427.

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

Color convert

RGB 163 94 200 -
CMYK 0.18 0.53 0 0.22
HSL 279.06º 0.49% 0.58% -
HSV(B) 279.06º 0.53% 0.78% -
XYZ 29.53 19.96 56.94 -
YUV 126.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 163 94 200 0.18 0.53 0 0.22 279.06 0.49 0.58
Hex A3 5E C8 12 35 0 16 117 31 3A
Octal 243 136 310 22 65 0 26 427 61 72
Binary 10100011 1011110 11001000 10010 110101 0 10110 100010111 110001 111010

Color Harmonies of #A35EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35EC8

Black with #A35EC8

Text Example


Text Example

White with #A35EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35EC8; }

 p { color: rgb(163,94,200); }

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

background-color css

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

 a { background-color: rgb(163,94,200); }

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

border-color css

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

 span { border-color: rgb(163,94,200); }

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