Html Css Color HEX #A672CB Amethyst

📋 copy color: '#A672CB'

red 166 ◦ green 114 ◦ blue 203

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

Shades of Amethyst #A672CB

Tints of Amethyst #A672CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.6%

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

R = 34.37%
G = 23.6%
B = 42.03%

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

#A672CB (or 0xA672CB) is known color: Amethyst. HEX triplet: A6, 72 and CB. RGB value is (166,114,203). Sum of RGB (Red+Green+Blue) = 166+114+203=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #A672CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672CB is #598D34. Grayscale: #8B8B8B. Windows color (decimal): -5868853 or 13333158. OLE color: 13333158.

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

Color convert

RGB 166 114 203 -
CMYK 0.18 0.44 0 0.20
HSL 275.06º 0.46% 0.62% -
HSV(B) 275.06º 0.44% 0.8% -
XYZ 32.52 24.45 59.51 -
YUV 139.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 166 114 203 0.18 0.44 0 0.20 275.06 0.46 0.62
Hex A6 72 CB 12 2C 0 14 113 2E 3E
Octal 246 162 313 22 54 0 24 423 56 76
Binary 10100110 1110010 11001011 10010 101100 0 10100 100010011 101110 111110

Color Harmonies of #A672CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672CB

Black with #A672CB

Text Example


Text Example

White with #A672CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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