Html Css Color HEX #AB65DC Amethyst

📋 copy color: '#AB65DC'

red 171 ◦ green 101 ◦ blue 220

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

Shades of Amethyst #AB65DC

Tints of Amethyst #AB65DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.53%

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 34.76%
G = 20.53%
B = 44.72%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB65DC (or 0xAB65DC) is known color: Amethyst. HEX triplet: AB, 65 and DC. RGB value is (171,101,220). Sum of RGB (Red+Green+Blue) = 171+101+220=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB65DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB65DC is #549A23. Grayscale: #878787. Windows color (decimal): -5544484 or 14443947. OLE color: 14443947.

HSL color Cylindrical-coordinate representation of color #AB65DC: hue angle of 275.29º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB65DC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 101 220 -
CMYK 0.22 0.54 0 0.14
HSL 275.29º 0.63% 0.63% -
HSV(B) 275.29º 0.54% 0.86% -
XYZ 34.37 23.13 70.36 -
YUV 135.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 171 101 220 0.22 0.54 0 0.14 275.29 0.63 0.63
Hex AB 65 DC 16 36 0 E 113 3F 3F
Octal 253 145 334 26 66 0 16 423 77 77
Binary 10101011 1100101 11011100 10110 110110 0 1110 100010011 111111 111111

Color Harmonies of #AB65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB65DC

Black with #AB65DC

Text Example


Text Example

White with #AB65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB65DC; }

 p { color: rgb(171,101,220); }

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

background-color css

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

 a { background-color: rgb(171,101,220); }

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

border-color css

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

 span { border-color: rgb(171,101,220); }

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