Html Css Color HEX #AB6DCB Amethyst

📋 copy color: '#AB6DCB'

red 171 ◦ green 109 ◦ blue 203

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

Shades of Amethyst #AB6DCB

Tints of Amethyst #AB6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.57%

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 35.4%
G = 22.57%
B = 42.03%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB6DCB (or 0xAB6DCB) is known color: Amethyst. HEX triplet: AB, 6D and CB. RGB value is (171,109,203). Sum of RGB (Red+Green+Blue) = 171+109+203=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB6DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DCB is #549234. Grayscale: #898989. Windows color (decimal): -5542453 or 13331883. OLE color: 13331883.

HSL color Cylindrical-coordinate representation of color #AB6DCB: hue angle of 279.57º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB6DCB is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 109 203 -
CMYK 0.16 0.46 0 0.20
HSL 279.57º 0.47% 0.61% -
HSV(B) 279.57º 0.46% 0.8% -
XYZ 33.04 23.91 59.37 -
YUV 138.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 171 109 203 0.16 0.46 0 0.20 279.57 0.47 0.61
Hex AB 6D CB 10 2E 0 14 118 2F 3D
Octal 253 155 313 20 56 0 24 430 57 75
Binary 10101011 1101101 11001011 10000 101110 0 10100 100011000 101111 111101

Color Harmonies of #AB6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DCB

Black with #AB6DCB

Text Example


Text Example

White with #AB6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DCB; }

 p { color: rgb(171,109,203); }

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

background-color css

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

 a { background-color: rgb(171,109,203); }

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

border-color css

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

 span { border-color: rgb(171,109,203); }

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