Html Css Color HEX #AB64CC Amethyst

📋 copy color: '#AB64CC'

red 171 ◦ green 100 ◦ blue 204

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

Shades of Amethyst #AB64CC

Tints of Amethyst #AB64CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 36%
G = 21.05%
B = 42.95%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB64CC (or 0xAB64CC) is known color: Amethyst. HEX triplet: AB, 64 and CC. RGB value is (171,100,204). Sum of RGB (Red+Green+Blue) = 171+100+204=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB64CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64CC is #549B33. Grayscale: #848484. Windows color (decimal): -5544756 or 13395115. OLE color: 13395115.

HSL color Cylindrical-coordinate representation of color #AB64CC: hue angle of 280.96º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB64CC is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 100 204 -
CMYK 0.16 0.51 0 0.2
HSL 280.96º 0.5% 0.6% -
HSV(B) 280.96º 0.51% 0.8% -
XYZ 32.25 22.13 59.7 -
YUV 133.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 171 100 204 0.16 0.51 0 0.2 280.96 0.5 0.6
Hex AB 64 CC 10 33 0 14 119 32 3C
Octal 253 144 314 20 63 0 24 431 62 74
Binary 10101011 1100100 11001100 10000 110011 0 10100 100011001 110010 111100

Color Harmonies of #AB64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64CC

Black with #AB64CC

Text Example


Text Example

White with #AB64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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