Html Css Color HEX #AB6CCB Amethyst

📋 copy color: '#AB6CCB'

red 171 ◦ green 108 ◦ blue 203

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

Shades of Amethyst #AB6CCB

Tints of Amethyst #AB6CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

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

R = 35.48%
G = 22.41%
B = 42.12%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB6CCB (or 0xAB6CCB) is known color: Amethyst. HEX triplet: AB, 6C and CB. RGB value is (171,108,203). Sum of RGB (Red+Green+Blue) = 171+108+203=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB6CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CCB is #549334. Grayscale: #898989. Windows color (decimal): -5542709 or 13331627. OLE color: 13331627.

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

Color convert

RGB 171 108 203 -
CMYK 0.16 0.47 0 0.20
HSL 279.79º 0.48% 0.61% -
HSV(B) 279.79º 0.47% 0.8% -
XYZ 32.94 23.69 59.34 -
YUV 137.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 171 108 203 0.16 0.47 0 0.20 279.79 0.48 0.61
Hex AB 6C CB 10 2F 0 14 118 30 3D
Octal 253 154 313 20 57 0 24 430 60 75
Binary 10101011 1101100 11001011 10000 101111 0 10100 100011000 110000 111101

Color Harmonies of #AB6CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6CCB

Black with #AB6CCB

Text Example


Text Example

White with #AB6CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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