Html Css Color HEX #A074CB Amethyst

📋 copy color: '#A074CB'

red 160 ◦ green 116 ◦ blue 203

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

Shades of Amethyst #A074CB

Tints of Amethyst #A074CB

RGB

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

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

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

R = 33.4%
G = 24.22%
B = 42.38%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A074CB (or 0xA074CB) is known color: Amethyst. HEX triplet: A0, 74 and CB. RGB value is (160,116,203). Sum of RGB (Red+Green+Blue) = 160+116+203=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #A074CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074CB is #5F8B34. Grayscale: #8A8A8A. Windows color (decimal): -6261557 or 13333664. OLE color: 13333664.

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

Color convert

RGB 160 116 203 -
CMYK 0.21 0.43 0 0.20
HSL 270.34º 0.46% 0.63% -
HSV(B) 270.34º 0.43% 0.8% -
XYZ 31.52 24.28 59.52 -
YUV 139.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 160 116 203 0.21 0.43 0 0.20 270.34 0.46 0.63
Hex A0 74 CB 15 2B 0 14 10E 2E 3F
Octal 240 164 313 25 53 0 24 416 56 77
Binary 10100000 1110100 11001011 10101 101011 0 10100 100001110 101110 111111

Color Harmonies of #A074CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074CB

Black with #A074CB

Text Example


Text Example

White with #A074CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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