Html Css Color HEX #A35BDE Amethyst

📋 copy color: '#A35BDE'

red 163 ◦ green 91 ◦ blue 222

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

Shades of Amethyst #A35BDE

Tints of Amethyst #A35BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.12%

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 34.24%
G = 19.12%
B = 46.64%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A35BDE (or 0xA35BDE) is known color: Amethyst. HEX triplet: A3, 5B and DE. RGB value is (163,91,222). Sum of RGB (Red+Green+Blue) = 163+91+222=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #A35BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35BDE is #5CA421. Grayscale: #7F7F7F. Windows color (decimal): -6071330 or 14572451. OLE color: 14572451.

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

Color convert

RGB 163 91 222 -
CMYK 0.27 0.59 0 0.13
HSL 272.98º 0.66% 0.61% -
HSV(B) 272.98º 0.59% 0.87% -
XYZ 32.03 20.54 71.38 -
YUV 127.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 163 91 222 0.27 0.59 0 0.13 272.98 0.66 0.61
Hex A3 5B DE 1B 3B 0 D 111 42 3D
Octal 243 133 336 33 73 0 15 421 102 75
Binary 10100011 1011011 11011110 11011 111011 0 1101 100010001 1000010 111101

Color Harmonies of #A35BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35BDE

Black with #A35BDE

Text Example


Text Example

White with #A35BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35BDE; }

 p { color: rgb(163,91,222); }

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

background-color css

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

 a { background-color: rgb(163,91,222); }

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

border-color css

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

 span { border-color: rgb(163,91,222); }

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