Html Css Color HEX #AB65DD Amethyst

📋 copy color: '#AB65DD'

red 171 ◦ green 101 ◦ blue 221

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

Shades of Amethyst #AB65DD

Tints of Amethyst #AB65DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 34.69%
G = 20.49%
B = 44.83%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB65DD (or 0xAB65DD) is known color: Amethyst. HEX triplet: AB, 65 and DD. RGB value is (171,101,221). Sum of RGB (Red+Green+Blue) = 171+101+221=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB65DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB65DD is #549A22. Grayscale: #878787. Windows color (decimal): -5544483 or 14509483. OLE color: 14509483.

HSL color Cylindrical-coordinate representation of color #AB65DD: hue angle of 275º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB65DD is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 101 221 -
CMYK 0.23 0.54 0 0.13
HSL 275º 0.64% 0.63% -
HSV(B) 275º 0.54% 0.87% -
XYZ 34.5 23.19 71.06 -
YUV 135.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 171 101 221 0.23 0.54 0 0.13 275 0.64 0.63
Hex AB 65 DD 17 36 0 D 113 40 3F
Octal 253 145 335 27 66 0 15 423 100 77
Binary 10101011 1100101 11011101 10111 110110 0 1101 100010011 1000000 111111

Color Harmonies of #AB65DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB65DD

Black with #AB65DD

Text Example


Text Example

White with #AB65DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB65DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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