Html Css Color HEX #A454E6 Amethyst

📋 copy color: '#A454E6'

red 164 ◦ green 84 ◦ blue 230

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

Shades of Amethyst #A454E6

Tints of Amethyst #A454E6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.57%

 BLUE value IS 230 (90.23% from 255) = 48.12%

R = 34.31%
G = 17.57%
B = 48.12%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A454E6 (or 0xA454E6) is known color: Amethyst. HEX triplet: A4, 54 and E6. RGB value is (164,84,230). Sum of RGB (Red+Green+Blue) = 164+84+230=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #A454E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A454E6 is #5BAB19. Grayscale: #7C7C7C. Windows color (decimal): -6007578 or 15094948. OLE color: 15094948.

HSL color Cylindrical-coordinate representation of color #A454E6: hue angle of 272.88º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A454E6 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 84 230 -
CMYK 0.29 0.63 0 0.10
HSL 272.88º 0.74% 0.62% -
HSV(B) 272.88º 0.63% 0.9% -
XYZ 32.76 19.95 76.99 -
YUV 124.56 187.5 156.13 -
System Red Green Blue C M Y K H S L
Decimal 164 84 230 0.29 0.63 0 0.10 272.88 0.74 0.62
Hex A4 54 E6 1D 3F 0 A 111 4A 3E
Octal 244 124 346 35 77 0 12 421 112 76
Binary 10100100 1010100 11100110 11101 111111 0 1010 100010001 1001010 111110

Color Harmonies of #A454E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A454E6

Black with #A454E6

Text Example


Text Example

White with #A454E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A454E6; }

 p { color: rgb(164,84,230); }

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

background-color css

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

 a { background-color: rgb(164,84,230); }

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

border-color css

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

 span { border-color: rgb(164,84,230); }

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