Html Css Color HEX #A667CB Amethyst

📋 copy color: '#A667CB'

red 166 ◦ green 103 ◦ blue 203

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

Shades of Amethyst #A667CB

Tints of Amethyst #A667CB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.82%

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

R = 35.17%
G = 21.82%
B = 43.01%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A667CB (or 0xA667CB) is known color: Amethyst. HEX triplet: A6, 67 and CB. RGB value is (166,103,203). Sum of RGB (Red+Green+Blue) = 166+103+203=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #A667CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667CB is #599834. Grayscale: #848484. Windows color (decimal): -5871669 or 13330342. OLE color: 13330342.

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

Color convert

RGB 166 103 203 -
CMYK 0.18 0.49 0 0.20
HSL 277.8º 0.49% 0.6% -
HSV(B) 277.8º 0.49% 0.8% -
XYZ 31.36 22.12 59.12 -
YUV 133.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 166 103 203 0.18 0.49 0 0.20 277.8 0.49 0.6
Hex A6 67 CB 12 31 0 14 116 31 3C
Octal 246 147 313 22 61 0 24 426 61 74
Binary 10100110 1100111 11001011 10010 110001 0 10100 100010110 110001 111100

Color Harmonies of #A667CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A667CB

Black with #A667CB

Text Example


Text Example

White with #A667CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A667CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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