Html Css Color HEX #A074CD Amethyst

📋 copy color: '#A074CD'

red 160 ◦ green 116 ◦ blue 205

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

Shades of Amethyst #A074CD

Tints of Amethyst #A074CD

RGB

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

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

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

R = 33.26%
G = 24.12%
B = 42.62%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A074CD (or 0xA074CD) is known color: Amethyst. HEX triplet: A0, 74 and CD. RGB value is (160,116,205). Sum of RGB (Red+Green+Blue) = 160+116+205=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #A074CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074CD is #5F8B32. Grayscale: #8A8A8A. Windows color (decimal): -6261555 or 13464736. OLE color: 13464736.

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

Color convert

RGB 160 116 205 -
CMYK 0.22 0.43 0 0.20
HSL 269.66º 0.47% 0.63% -
HSV(B) 269.66º 0.43% 0.8% -
XYZ 31.76 24.37 60.79 -
YUV 139.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 160 116 205 0.22 0.43 0 0.20 269.66 0.47 0.63
Hex A0 74 CD 16 2B 0 14 10E 2F 3F
Octal 240 164 315 26 53 0 24 416 57 77
Binary 10100000 1110100 11001101 10110 101011 0 10100 100001110 101111 111111

Color Harmonies of #A074CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074CD

Black with #A074CD

Text Example


Text Example

White with #A074CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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