Html Css Color HEX #A074CC Amethyst

📋 copy color: '#A074CC'

red 160 ◦ green 116 ◦ blue 204

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

Shades of Amethyst #A074CC

Tints of Amethyst #A074CC

RGB

 RED value IS 160 (62.89% from 255) = 33.33%

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

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

R = 33.33%
G = 24.17%
B = 42.5%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A074CC (or 0xA074CC) is known color: Amethyst. HEX triplet: A0, 74 and CC. RGB value is (160,116,204). Sum of RGB (Red+Green+Blue) = 160+116+204=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #A074CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074CC is #5F8B33. Grayscale: #8A8A8A. Windows color (decimal): -6261556 or 13399200. OLE color: 13399200.

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

Color convert

RGB 160 116 204 -
CMYK 0.22 0.43 0 0.2
HSL 270º 0.46% 0.63% -
HSV(B) 270º 0.43% 0.8% -
XYZ 31.64 24.32 60.15 -
YUV 139.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 160 116 204 0.22 0.43 0 0.2 270 0.46 0.63
Hex A0 74 CC 16 2B 0 14 10E 2E 3F
Octal 240 164 314 26 53 0 24 416 56 77
Binary 10100000 1110100 11001100 10110 101011 0 10100 100001110 101110 111111

Color Harmonies of #A074CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074CC

Black with #A074CC

Text Example


Text Example

White with #A074CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074CC; }

 p { color: rgb(160,116,204); }

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

background-color css

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

 a { background-color: rgb(160,116,204); }

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

border-color css

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

 span { border-color: rgb(160,116,204); }

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