Html Css Color HEX #A074CE Amethyst

📋 copy color: '#A074CE'

red 160 ◦ green 116 ◦ blue 206

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

Shades of Amethyst #A074CE

Tints of Amethyst #A074CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 33.2%
G = 24.07%
B = 42.74%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A074CE (or 0xA074CE) is known color: Amethyst. HEX triplet: A0, 74 and CE. RGB value is (160,116,206). Sum of RGB (Red+Green+Blue) = 160+116+206=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #A074CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074CE is #5F8B31. Grayscale: #8B8B8B. Windows color (decimal): -6261554 or 13530272. OLE color: 13530272.

HSL color Cylindrical-coordinate representation of color #A074CE: hue angle of 269.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A074CE is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 116 206 -
CMYK 0.22 0.44 0 0.19
HSL 269.33º 0.48% 0.63% -
HSV(B) 269.33º 0.44% 0.81% -
XYZ 31.88 24.42 61.43 -
YUV 139.42 165.58 142.68 -
System Red Green Blue C M Y K H S L
Decimal 160 116 206 0.22 0.44 0 0.19 269.33 0.48 0.63
Hex A0 74 CE 16 2C 0 13 10D 30 3F
Octal 240 164 316 26 54 0 23 415 60 77
Binary 10100000 1110100 11001110 10110 101100 0 10011 100001101 110000 111111

Color Harmonies of #A074CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074CE

Black with #A074CE

Text Example


Text Example

White with #A074CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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