Html Css Color HEX #AB69DA Amethyst

📋 copy color: '#AB69DA'

red 171 ◦ green 105 ◦ blue 218

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

Shades of Amethyst #AB69DA

Tints of Amethyst #AB69DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 34.62%
G = 21.26%
B = 44.13%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB69DA (or 0xAB69DA) is known color: Amethyst. HEX triplet: AB, 69 and DA. RGB value is (171,105,218). Sum of RGB (Red+Green+Blue) = 171+105+218=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB69DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69DA is #549625. Grayscale: #898989. Windows color (decimal): -5543462 or 14313899. OLE color: 14313899.

HSL color Cylindrical-coordinate representation of color #AB69DA: hue angle of 275.04º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB69DA is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 105 218 -
CMYK 0.22 0.52 0 0.15
HSL 275.04º 0.6% 0.63% -
HSV(B) 275.04º 0.52% 0.85% -
XYZ 34.5 23.82 69.11 -
YUV 137.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 171 105 218 0.22 0.52 0 0.15 275.04 0.6 0.63
Hex AB 69 DA 16 34 0 F 113 3C 3F
Octal 253 151 332 26 64 0 17 423 74 77
Binary 10101011 1101001 11011010 10110 110100 0 1111 100010011 111100 111111

Color Harmonies of #AB69DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB69DA

Black with #AB69DA

Text Example


Text Example

White with #AB69DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB69DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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