Html Css Color HEX #A675CC Amethyst

📋 copy color: '#A675CC'

red 166 ◦ green 117 ◦ blue 204

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

Shades of Amethyst #A675CC

Tints of Amethyst #A675CC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.02%

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 34.09%
G = 24.02%
B = 41.89%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A675CC (or 0xA675CC) is known color: Amethyst. HEX triplet: A6, 75 and CC. RGB value is (166,117,204). Sum of RGB (Red+Green+Blue) = 166+117+204=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #A675CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675CC is #598A33. Grayscale: #8D8D8D. Windows color (decimal): -5868084 or 13399462. OLE color: 13399462.

HSL color Cylindrical-coordinate representation of color #A675CC: hue angle of 273.79º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A675CC is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 117 204 -
CMYK 0.19 0.43 0 0.2
HSL 273.79º 0.46% 0.63% -
HSV(B) 273.79º 0.43% 0.8% -
XYZ 32.99 25.19 60.25 -
YUV 141.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 166 117 204 0.19 0.43 0 0.2 273.79 0.46 0.63
Hex A6 75 CC 13 2B 0 14 112 2E 3F
Octal 246 165 314 23 53 0 24 422 56 77
Binary 10100110 1110101 11001100 10011 101011 0 10100 100010010 101110 111111

Color Harmonies of #A675CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A675CC

Black with #A675CC

Text Example


Text Example

White with #A675CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A675CC; }

 p { color: rgb(166,117,204); }

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

background-color css

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

 a { background-color: rgb(166,117,204); }

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

border-color css

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

 span { border-color: rgb(166,117,204); }

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