Html Css Color HEX #AA6BCB Amethyst

📋 copy color: '#AA6BCB'

red 170 ◦ green 107 ◦ blue 203

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

Shades of Amethyst #AA6BCB

Tints of Amethyst #AA6BCB

RGB

 RED value IS 170 (66.8% from 255) = 35.42%

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

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

R = 35.42%
G = 22.29%
B = 42.29%

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

#AA6BCB (or 0xAA6BCB) is known color: Amethyst. HEX triplet: AA, 6B and CB. RGB value is (170,107,203). Sum of RGB (Red+Green+Blue) = 170+107+203=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 107 (42.19% from 255 or 22.29% 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 #AA6BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BCB is #559434. Grayscale: #888888. Windows color (decimal): -5608501 or 13331370. OLE color: 13331370.

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

Color convert

RGB 170 107 203 -
CMYK 0.16 0.47 0 0.20
HSL 279.38º 0.48% 0.61% -
HSV(B) 279.38º 0.47% 0.8% -
XYZ 32.61 23.37 59.29 -
YUV 136.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 170 107 203 0.16 0.47 0 0.20 279.38 0.48 0.61
Hex AA 6B CB 10 2F 0 14 117 30 3D
Octal 252 153 313 20 57 0 24 427 60 75
Binary 10101010 1101011 11001011 10000 101111 0 10100 100010111 110000 111101

Color Harmonies of #AA6BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6BCB

Black with #AA6BCB

Text Example


Text Example

White with #AA6BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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