Html Css Color HEX #AB64EA Amethyst

📋 copy color: '#AB64EA'

red 171 ◦ green 100 ◦ blue 234

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

Shades of Amethyst #AB64EA

Tints of Amethyst #AB64EA

RGB

 RED value IS 171 (67.19% from 255) = 33.86%

 GREEN value IS 100 (39.45% from 255) = 19.8%

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

R = 33.86%
G = 19.8%
B = 46.34%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB64EA (or 0xAB64EA) is known color: Amethyst. HEX triplet: AB, 64 and EA. RGB value is (171,100,234). Sum of RGB (Red+Green+Blue) = 171+100+234=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB64EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB64EA is #549B15. Grayscale: #888888. Windows color (decimal): -5544726 or 15361195. OLE color: 15361195.

HSL color Cylindrical-coordinate representation of color #AB64EA: hue angle of 271.79º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB64EA is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 100 234 -
CMYK 0.27 0.57 0 0.08
HSL 271.79º 0.76% 0.65% -
HSV(B) 271.79º 0.57% 0.92% -
XYZ 36.2 23.71 80.51 -
YUV 136.51 183.02 152.6 -
System Red Green Blue C M Y K H S L
Decimal 171 100 234 0.27 0.57 0 0.08 271.79 0.76 0.65
Hex AB 64 EA 1B 39 0 8 110 4C 41
Octal 253 144 352 33 71 0 10 420 114 101
Binary 10101011 1100100 11101010 11011 111001 0 1000 100010000 1001100 1000001

Color Harmonies of #AB64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64EA

Black with #AB64EA

Text Example


Text Example

White with #AB64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64EA; }

 p { color: rgb(171,100,234); }

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

background-color css

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

 a { background-color: rgb(171,100,234); }

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

border-color css

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

 span { border-color: rgb(171,100,234); }

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