Html Css Color HEX #AB6BCB Amethyst

📋 copy color: '#AB6BCB'

red 171 ◦ green 107 ◦ blue 203

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

Shades of Amethyst #AB6BCB

Tints of Amethyst #AB6BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.25%

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

R = 35.55%
G = 22.25%
B = 42.2%

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

#AB6BCB (or 0xAB6BCB) is known color: Amethyst. HEX triplet: AB, 6B and CB. RGB value is (171,107,203). Sum of RGB (Red+Green+Blue) = 171+107+203=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB6BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BCB is #549434. Grayscale: #888888. Windows color (decimal): -5542965 or 13331371. OLE color: 13331371.

HSL color Cylindrical-coordinate representation of color #AB6BCB: hue angle of 280º 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 #AB6BCB is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 107 203 -
CMYK 0.16 0.47 0 0.20
HSL 280º 0.48% 0.61% -
HSV(B) 280º 0.47% 0.8% -
XYZ 32.83 23.49 59.3 -
YUV 137.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 171 107 203 0.16 0.47 0 0.20 280 0.48 0.61
Hex AB 6B CB 10 2F 0 14 118 30 3D
Octal 253 153 313 20 57 0 24 430 60 75
Binary 10101011 1101011 11001011 10000 101111 0 10100 100011000 110000 111101

Color Harmonies of #AB6BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BCB

Black with #AB6BCB

Text Example


Text Example

White with #AB6BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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