Html Css Color HEX #A45BEB Amethyst

📋 copy color: '#A45BEB'

red 164 ◦ green 91 ◦ blue 235

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

Shades of Amethyst #A45BEB

Tints of Amethyst #A45BEB

RGB

 RED value IS 164 (64.45% from 255) = 33.47%

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

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 33.47%
G = 18.57%
B = 47.96%

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

#A45BEB (or 0xA45BEB) is known color: Amethyst. HEX triplet: A4, 5B and EB. RGB value is (164,91,235). Sum of RGB (Red+Green+Blue) = 164+91+235=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #A45BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45BEB is #5BA414. Grayscale: #808080. Windows color (decimal): -6005781 or 15424420. OLE color: 15424420.

HSL color Cylindrical-coordinate representation of color #A45BEB: hue angle of 270.42º degrees, saturation: 0.78, 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 #A45BEB is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 91 235 -
CMYK 0.30 0.61 0 0.08
HSL 270.42º 0.78% 0.64% -
HSV(B) 270.42º 0.61% 0.92% -
XYZ 34.05 21.37 80.93 -
YUV 129.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 164 91 235 0.30 0.61 0 0.08 270.42 0.78 0.64
Hex A4 5B EB 1E 3D 0 8 10E 4E 40
Octal 244 133 353 36 75 0 10 416 116 100
Binary 10100100 1011011 11101011 11110 111101 0 1000 100001110 1001110 1000000

Color Harmonies of #A45BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45BEB

Black with #A45BEB

Text Example


Text Example

White with #A45BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45BEB; }

 p { color: rgb(164,91,235); }

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

background-color css

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

 a { background-color: rgb(164,91,235); }

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

border-color css

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

 span { border-color: rgb(164,91,235); }

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