Html Css Color HEX #A451EE Amethyst

📋 copy color: '#A451EE'

red 164 ◦ green 81 ◦ blue 238

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

Shades of Amethyst #A451EE

Tints of Amethyst #A451EE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.77%

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 33.95%
G = 16.77%
B = 49.28%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A451EE (or 0xA451EE) is known color: Amethyst. HEX triplet: A4, 51 and EE. RGB value is (164,81,238). Sum of RGB (Red+Green+Blue) = 164+81+238=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #A451EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A451EE is #5BAE11. Grayscale: #7B7B7B. Windows color (decimal): -6008338 or 15618468. OLE color: 15618468.

HSL color Cylindrical-coordinate representation of color #A451EE: hue angle of 271.72º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A451EE is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 81 238 -
CMYK 0.31 0.66 0 0.07
HSL 271.72º 0.82% 0.63% -
HSV(B) 271.72º 0.66% 0.93% -
XYZ 33.68 19.95 82.96 -
YUV 123.72 192.5 156.73 -
System Red Green Blue C M Y K H S L
Decimal 164 81 238 0.31 0.66 0 0.07 271.72 0.82 0.63
Hex A4 51 EE 1F 42 0 7 110 52 3F
Octal 244 121 356 37 102 0 7 420 122 77
Binary 10100100 1010001 11101110 11111 1000010 0 111 100010000 1010010 111111

Color Harmonies of #A451EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A451EE

Black with #A451EE

Text Example


Text Example

White with #A451EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A451EE; }

 p { color: rgb(164,81,238); }

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

background-color css

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

 a { background-color: rgb(164,81,238); }

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

border-color css

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

 span { border-color: rgb(164,81,238); }

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