Html Css Color HEX #A671CB Amethyst

📋 copy color: '#A671CB'

red 166 ◦ green 113 ◦ blue 203

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

Shades of Amethyst #A671CB

Tints of Amethyst #A671CB

RGB

 RED value IS 166 (65.23% from 255) = 34.44%

 GREEN value IS 113 (44.53% from 255) = 23.44%

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

R = 34.44%
G = 23.44%
B = 42.12%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A671CB (or 0xA671CB) is known color: Amethyst. HEX triplet: A6, 71 and CB. RGB value is (166,113,203). Sum of RGB (Red+Green+Blue) = 166+113+203=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 113 (44.53% from 255 or 23.44% 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 #A671CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671CB is #598E34. Grayscale: #8A8A8A. Windows color (decimal): -5869109 or 13332902. OLE color: 13332902.

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

Color convert

RGB 166 113 203 -
CMYK 0.18 0.44 0 0.20
HSL 275.33º 0.46% 0.62% -
HSV(B) 275.33º 0.44% 0.8% -
XYZ 32.41 24.23 59.47 -
YUV 139.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 166 113 203 0.18 0.44 0 0.20 275.33 0.46 0.62
Hex A6 71 CB 12 2C 0 14 113 2E 3E
Octal 246 161 313 22 54 0 24 423 56 76
Binary 10100110 1110001 11001011 10010 101100 0 10100 100010011 101110 111110

Color Harmonies of #A671CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671CB

Black with #A671CB

Text Example


Text Example

White with #A671CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671CB; }

 p { color: rgb(166,113,203); }

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

background-color css

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

 a { background-color: rgb(166,113,203); }

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

border-color css

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

 span { border-color: rgb(166,113,203); }

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