Html Css Color HEX #A374CB Amethyst

📋 copy color: '#A374CB'

red 163 ◦ green 116 ◦ blue 203

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

Shades of Amethyst #A374CB

Tints of Amethyst #A374CB

RGB

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

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

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

R = 33.82%
G = 24.07%
B = 42.12%

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

#A374CB (or 0xA374CB) is known color: Amethyst. HEX triplet: A3, 74 and CB. RGB value is (163,116,203). Sum of RGB (Red+Green+Blue) = 163+116+203=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #A374CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374CB is #5C8B34. Grayscale: #8B8B8B. Windows color (decimal): -6064949 or 13333667. OLE color: 13333667.

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

Color convert

RGB 163 116 203 -
CMYK 0.20 0.43 0 0.20
HSL 272.41º 0.46% 0.63% -
HSV(B) 272.41º 0.43% 0.8% -
XYZ 32.13 24.59 59.55 -
YUV 139.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 163 116 203 0.20 0.43 0 0.20 272.41 0.46 0.63
Hex A3 74 CB 14 2B 0 14 110 2E 3F
Octal 243 164 313 24 53 0 24 420 56 77
Binary 10100011 1110100 11001011 10100 101011 0 10100 100010000 101110 111111

Color Harmonies of #A374CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A374CB

Black with #A374CB

Text Example


Text Example

White with #A374CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A374CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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