Html Css Color HEX #AB69C7 Amethyst

📋 copy color: '#AB69C7'

red 171 ◦ green 105 ◦ blue 199

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

Shades of Amethyst #AB69C7

Tints of Amethyst #AB69C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.89%

R = 36%
G = 22.11%
B = 41.89%

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

#AB69C7 (or 0xAB69C7) is known color: Amethyst. HEX triplet: AB, 69 and C7. RGB value is (171,105,199). Sum of RGB (Red+Green+Blue) = 171+105+199=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB69C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69C7 is #549638. Grayscale: #878787. Windows color (decimal): -5543481 or 13068715. OLE color: 13068715.

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

Color convert

RGB 171 105 199 -
CMYK 0.14 0.47 0 0.22
HSL 282.13º 0.46% 0.6% -
HSV(B) 282.13º 0.47% 0.78% -
XYZ 32.15 22.88 56.76 -
YUV 135.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 171 105 199 0.14 0.47 0 0.22 282.13 0.46 0.6
Hex AB 69 C7 E 2F 0 16 11A 2E 3C
Octal 253 151 307 16 57 0 26 432 56 74
Binary 10101011 1101001 11000111 1110 101111 0 10110 100011010 101110 111100

Color Harmonies of #AB69C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB69C7

Black with #AB69C7

Text Example


Text Example

White with #AB69C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB69C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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