Html Css Color HEX #A374CD Amethyst

📋 copy color: '#A374CD'

red 163 ◦ green 116 ◦ blue 205

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

Shades of Amethyst #A374CD

Tints of Amethyst #A374CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.97%

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 33.68%
G = 23.97%
B = 42.36%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A374CD (or 0xA374CD) is known color: Amethyst. HEX triplet: A3, 74 and CD. RGB value is (163,116,205). Sum of RGB (Red+Green+Blue) = 163+116+205=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #A374CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374CD is #5C8B32. Grayscale: #8B8B8B. Windows color (decimal): -6064947 or 13464739. OLE color: 13464739.

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

Color convert

RGB 163 116 205 -
CMYK 0.20 0.43 0 0.20
HSL 271.69º 0.47% 0.63% -
HSV(B) 271.69º 0.43% 0.8% -
XYZ 32.37 24.69 60.82 -
YUV 140.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 163 116 205 0.20 0.43 0 0.20 271.69 0.47 0.63
Hex A3 74 CD 14 2B 0 14 110 2F 3F
Octal 243 164 315 24 53 0 24 420 57 77
Binary 10100011 1110100 11001101 10100 101011 0 10100 100010000 101111 111111

Color Harmonies of #A374CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A374CD

Black with #A374CD

Text Example


Text Example

White with #A374CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A374CD; }

 p { color: rgb(163,116,205); }

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

background-color css

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

 a { background-color: rgb(163,116,205); }

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

border-color css

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

 span { border-color: rgb(163,116,205); }

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