Html Css Color HEX #A069C2 Amethyst

📋 copy color: '#A069C2'

red 160 ◦ green 105 ◦ blue 194

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

Shades of Amethyst #A069C2

Tints of Amethyst #A069C2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.88%

 BLUE value IS 194 (76.17% from 255) = 42.27%

R = 34.86%
G = 22.88%
B = 42.27%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A069C2 (or 0xA069C2) is known color: Amethyst. HEX triplet: A0, 69 and C2. RGB value is (160,105,194). Sum of RGB (Red+Green+Blue) = 160+105+194=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 194 - color contains mainly: blue. Hex color #A069C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069C2 is #5F963D. Grayscale: #838383. Windows color (decimal): -6264382 or 12741024. OLE color: 12741024.

HSL color Cylindrical-coordinate representation of color #A069C2: hue angle of 277.08º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A069C2 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 105 194 -
CMYK 0.18 0.46 0 0.24
HSL 277.08º 0.42% 0.59% -
HSV(B) 277.08º 0.46% 0.76% -
XYZ 29.29 21.47 53.64 -
YUV 131.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 160 105 194 0.18 0.46 0 0.24 277.08 0.42 0.59
Hex A0 69 C2 12 2E 0 18 115 2A 3B
Octal 240 151 302 22 56 0 30 425 52 73
Binary 10100000 1101001 11000010 10010 101110 0 11000 100010101 101010 111011

Color Harmonies of #A069C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A069C2

Black with #A069C2

Text Example


Text Example

White with #A069C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A069C2; }

 p { color: rgb(160,105,194); }

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

background-color css

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

 a { background-color: rgb(160,105,194); }

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

border-color css

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

 span { border-color: rgb(160,105,194); }

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