Html Css Color HEX #AB69D0 Amethyst

📋 copy color: '#AB69D0'

red 171 ◦ green 105 ◦ blue 208

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

Shades of Amethyst #AB69D0

Tints of Amethyst #AB69D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 35.33%
G = 21.69%
B = 42.98%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB69D0 (or 0xAB69D0) is known color: Amethyst. HEX triplet: AB, 69 and D0. RGB value is (171,105,208). Sum of RGB (Red+Green+Blue) = 171+105+208=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB69D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69D0 is #54962F. Grayscale: #888888. Windows color (decimal): -5543472 or 13658539. OLE color: 13658539.

HSL color Cylindrical-coordinate representation of color #AB69D0: hue angle of 278.45º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB69D0 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 105 208 -
CMYK 0.18 0.50 0 0.18
HSL 278.45º 0.52% 0.61% -
HSV(B) 278.45º 0.5% 0.82% -
XYZ 33.23 23.32 62.42 -
YUV 136.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 171 105 208 0.18 0.50 0 0.18 278.45 0.52 0.61
Hex AB 69 D0 12 32 0 12 116 34 3D
Octal 253 151 320 22 62 0 22 426 64 75
Binary 10101011 1101001 11010000 10010 110010 0 10010 100010110 110100 111101

Color Harmonies of #AB69D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB69D0

Black with #AB69D0

Text Example


Text Example

White with #AB69D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB69D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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