Html Css Color HEX #A475CC Amethyst

📋 copy color: '#A475CC'

red 164 ◦ green 117 ◦ blue 204

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

Shades of Amethyst #A475CC

Tints of Amethyst #A475CC

RGB

 RED value IS 164 (64.45% from 255) = 33.81%

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

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

R = 33.81%
G = 24.12%
B = 42.06%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A475CC (or 0xA475CC) is known color: Amethyst. HEX triplet: A4, 75 and CC. RGB value is (164,117,204). Sum of RGB (Red+Green+Blue) = 164+117+204=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #A475CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475CC is #5B8A33. Grayscale: #8C8C8C. Windows color (decimal): -5999156 or 13399460. OLE color: 13399460.

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

Color convert

RGB 164 117 204 -
CMYK 0.20 0.43 0 0.2
HSL 272.41º 0.46% 0.63% -
HSV(B) 272.41º 0.43% 0.8% -
XYZ 32.57 24.97 60.23 -
YUV 140.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 164 117 204 0.20 0.43 0 0.2 272.41 0.46 0.63
Hex A4 75 CC 14 2B 0 14 110 2E 3F
Octal 244 165 314 24 53 0 24 420 56 77
Binary 10100100 1110101 11001100 10100 101011 0 10100 100010000 101110 111111

Color Harmonies of #A475CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A475CC

Black with #A475CC

Text Example


Text Example

White with #A475CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A475CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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