Html Css Color HEX #A35BEA Amethyst

📋 copy color: '#A35BEA'

red 163 ◦ green 91 ◦ blue 234

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

Shades of Amethyst #A35BEA

Tints of Amethyst #A35BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 33.4%
G = 18.65%
B = 47.95%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A35BEA (or 0xA35BEA) is known color: Amethyst. HEX triplet: A3, 5B and EA. RGB value is (163,91,234). Sum of RGB (Red+Green+Blue) = 163+91+234=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #A35BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35BEA is #5CA415. Grayscale: #808080. Windows color (decimal): -6071318 or 15358883. OLE color: 15358883.

HSL color Cylindrical-coordinate representation of color #A35BEA: hue angle of 270.21º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A35BEA is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 91 234 -
CMYK 0.30 0.61 0 0.08
HSL 270.21º 0.77% 0.64% -
HSV(B) 270.21º 0.61% 0.92% -
XYZ 33.7 21.21 80.16 -
YUV 128.83 187.35 152.37 -
System Red Green Blue C M Y K H S L
Decimal 163 91 234 0.30 0.61 0 0.08 270.21 0.77 0.64
Hex A3 5B EA 1E 3D 0 8 10E 4D 40
Octal 243 133 352 36 75 0 10 416 115 100
Binary 10100011 1011011 11101010 11110 111101 0 1000 100001110 1001101 1000000

Color Harmonies of #A35BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35BEA

Black with #A35BEA

Text Example


Text Example

White with #A35BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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