Html Css Color HEX #AB64D2 Amethyst

📋 copy color: '#AB64D2'

red 171 ◦ green 100 ◦ blue 210

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

Shades of Amethyst #AB64D2

Tints of Amethyst #AB64D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.66%

R = 35.55%
G = 20.79%
B = 43.66%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB64D2 (or 0xAB64D2) is known color: Amethyst. HEX triplet: AB, 64 and D2. RGB value is (171,100,210). Sum of RGB (Red+Green+Blue) = 171+100+210=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB64D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64D2 is #549B2D. Grayscale: #858585. Windows color (decimal): -5544750 or 13788331. OLE color: 13788331.

HSL color Cylindrical-coordinate representation of color #AB64D2: hue angle of 278.73º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB64D2 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 100 210 -
CMYK 0.19 0.52 0 0.18
HSL 278.73º 0.55% 0.61% -
HSV(B) 278.73º 0.52% 0.82% -
XYZ 32.98 22.43 63.56 -
YUV 133.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 171 100 210 0.19 0.52 0 0.18 278.73 0.55 0.61
Hex AB 64 D2 13 34 0 12 117 37 3D
Octal 253 144 322 23 64 0 22 427 67 75
Binary 10101011 1100100 11010010 10011 110100 0 10010 100010111 110111 111101

Color Harmonies of #AB64D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64D2

Black with #AB64D2

Text Example


Text Example

White with #AB64D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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