Html Css Color HEX #AB64E6 Amethyst

📋 copy color: '#AB64E6'

red 171 ◦ green 100 ◦ blue 230

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

Shades of Amethyst #AB64E6

Tints of Amethyst #AB64E6

RGB

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

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

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

R = 34.13%
G = 19.96%
B = 45.91%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB64E6 (or 0xAB64E6) is known color: Amethyst. HEX triplet: AB, 64 and E6. RGB value is (171,100,230). Sum of RGB (Red+Green+Blue) = 171+100+230=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB64E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB64E6 is #549B19. Grayscale: #878787. Windows color (decimal): -5544730 or 15099051. OLE color: 15099051.

HSL color Cylindrical-coordinate representation of color #AB64E6: hue angle of 272.77º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB64E6 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 100 230 -
CMYK 0.26 0.57 0 0.10
HSL 272.77º 0.72% 0.65% -
HSV(B) 272.77º 0.57% 0.9% -
XYZ 35.63 23.49 77.52 -
YUV 136.05 181.02 152.93 -
System Red Green Blue C M Y K H S L
Decimal 171 100 230 0.26 0.57 0 0.10 272.77 0.72 0.65
Hex AB 64 E6 1A 39 0 A 111 48 41
Octal 253 144 346 32 71 0 12 421 110 101
Binary 10101011 1100100 11100110 11010 111001 0 1010 100010001 1001000 1000001

Color Harmonies of #AB64E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64E6

Black with #AB64E6

Text Example


Text Example

White with #AB64E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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