Html Css Color HEX #A375CC Amethyst

📋 copy color: '#A375CC'

red 163 ◦ green 117 ◦ blue 204

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

Shades of Amethyst #A375CC

Tints of Amethyst #A375CC

RGB

 RED value IS 163 (64.06% from 255) = 33.68%

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

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

R = 33.68%
G = 24.17%
B = 42.15%

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

#A375CC (or 0xA375CC) is known color: Amethyst. HEX triplet: A3, 75 and CC. RGB value is (163,117,204). Sum of RGB (Red+Green+Blue) = 163+117+204=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #A375CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375CC is #5C8A33. Grayscale: #8C8C8C. Windows color (decimal): -6064692 or 13399459. OLE color: 13399459.

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

Color convert

RGB 163 117 204 -
CMYK 0.20 0.43 0 0.2
HSL 271.72º 0.46% 0.63% -
HSV(B) 271.72º 0.43% 0.8% -
XYZ 32.36 24.87 60.22 -
YUV 140.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 163 117 204 0.20 0.43 0 0.2 271.72 0.46 0.63
Hex A3 75 CC 14 2B 0 14 110 2E 3F
Octal 243 165 314 24 53 0 24 420 56 77
Binary 10100011 1110101 11001100 10100 101011 0 10100 100010000 101110 111111

Color Harmonies of #A375CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375CC

Black with #A375CC

Text Example


Text Example

White with #A375CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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