Html Css Color HEX #AB69C6 Amethyst

📋 copy color: '#AB69C6'

red 171 ◦ green 105 ◦ blue 198

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

Shades of Amethyst #AB69C6

Tints of Amethyst #AB69C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.77%

R = 36.08%
G = 22.15%
B = 41.77%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB69C6 (or 0xAB69C6) is known color: Amethyst. HEX triplet: AB, 69 and C6. RGB value is (171,105,198). Sum of RGB (Red+Green+Blue) = 171+105+198=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB69C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69C6 is #549639. Grayscale: #878787. Windows color (decimal): -5543482 or 13003179. OLE color: 13003179.

HSL color Cylindrical-coordinate representation of color #AB69C6: hue angle of 282.58º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB69C6 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 105 198 -
CMYK 0.14 0.47 0 0.22
HSL 282.58º 0.45% 0.59% -
HSV(B) 282.58º 0.47% 0.78% -
XYZ 32.04 22.84 56.15 -
YUV 135.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 171 105 198 0.14 0.47 0 0.22 282.58 0.45 0.59
Hex AB 69 C6 E 2F 0 16 11B 2D 3B
Octal 253 151 306 16 57 0 26 433 55 73
Binary 10101011 1101001 11000110 1110 101111 0 10110 100011011 101101 111011

Color Harmonies of #AB69C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB69C6

Black with #AB69C6

Text Example


Text Example

White with #AB69C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB69C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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