Html Css Color HEX #AB66CF Amethyst

📋 copy color: '#AB66CF'

red 171 ◦ green 102 ◦ blue 207

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

Shades of Amethyst #AB66CF

Tints of Amethyst #AB66CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.25%

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 35.63%
G = 21.25%
B = 43.13%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB66CF (or 0xAB66CF) is known color: Amethyst. HEX triplet: AB, 66 and CF. RGB value is (171,102,207). Sum of RGB (Red+Green+Blue) = 171+102+207=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB66CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66CF is #549930. Grayscale: #868686. Windows color (decimal): -5544241 or 13592235. OLE color: 13592235.

HSL color Cylindrical-coordinate representation of color #AB66CF: hue angle of 279.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB66CF is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 102 207 -
CMYK 0.17 0.51 0 0.19
HSL 279.43º 0.52% 0.61% -
HSV(B) 279.43º 0.51% 0.81% -
XYZ 32.81 22.67 61.68 -
YUV 134.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 171 102 207 0.17 0.51 0 0.19 279.43 0.52 0.61
Hex AB 66 CF 11 33 0 13 117 34 3D
Octal 253 146 317 21 63 0 23 427 64 75
Binary 10101011 1100110 11001111 10001 110011 0 10011 100010111 110100 111101

Color Harmonies of #AB66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB66CF

Black with #AB66CF

Text Example


Text Example

White with #AB66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB66CF; }

 p { color: rgb(171,102,207); }

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

background-color css

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

 a { background-color: rgb(171,102,207); }

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

border-color css

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

 span { border-color: rgb(171,102,207); }

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