Html Css Color HEX #AB69DD Amethyst

📋 copy color: '#AB69DD'

red 171 ◦ green 105 ◦ blue 221

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

Shades of Amethyst #AB69DD

Tints of Amethyst #AB69DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.13%

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

R = 34.41%
G = 21.13%
B = 44.47%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB69DD (or 0xAB69DD) is known color: Amethyst. HEX triplet: AB, 69 and DD. RGB value is (171,105,221). Sum of RGB (Red+Green+Blue) = 171+105+221=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB69DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69DD is #549622. Grayscale: #898989. Windows color (decimal): -5543459 or 14510507. OLE color: 14510507.

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

Color convert

RGB 171 105 221 -
CMYK 0.23 0.52 0 0.13
HSL 274.14º 0.63% 0.64% -
HSV(B) 274.14º 0.52% 0.87% -
XYZ 34.9 23.98 71.2 -
YUV 137.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 171 105 221 0.23 0.52 0 0.13 274.14 0.63 0.64
Hex AB 69 DD 17 34 0 D 112 3F 40
Octal 253 151 335 27 64 0 15 422 77 100
Binary 10101011 1101001 11011101 10111 110100 0 1101 100010010 111111 1000000

Color Harmonies of #AB69DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB69DD

Black with #AB69DD

Text Example


Text Example

White with #AB69DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB69DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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