Html Css Color HEX #AB6ACB Amethyst

📋 copy color: '#AB6ACB'

red 171 ◦ green 106 ◦ blue 203

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

Shades of Amethyst #AB6ACB

Tints of Amethyst #AB6ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.08%

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

R = 35.63%
G = 22.08%
B = 42.29%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB6ACB (or 0xAB6ACB) is known color: Amethyst. HEX triplet: AB, 6A and CB. RGB value is (171,106,203). Sum of RGB (Red+Green+Blue) = 171+106+203=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ACB is #549534. Grayscale: #888888. Windows color (decimal): -5543221 or 13331115. OLE color: 13331115.

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

Color convert

RGB 171 106 203 -
CMYK 0.16 0.48 0 0.20
HSL 280.21º 0.48% 0.61% -
HSV(B) 280.21º 0.48% 0.8% -
XYZ 32.73 23.28 59.27 -
YUV 136.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 171 106 203 0.16 0.48 0 0.20 280.21 0.48 0.61
Hex AB 6A CB 10 30 0 14 118 30 3D
Octal 253 152 313 20 60 0 24 430 60 75
Binary 10101011 1101010 11001011 10000 110000 0 10100 100011000 110000 111101

Color Harmonies of #AB6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6ACB

Black with #AB6ACB

Text Example


Text Example

White with #AB6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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