Html Css Color HEX #A067C3 Amethyst

📋 copy color: '#A067C3'

red 160 ◦ green 103 ◦ blue 195

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

Shades of Amethyst #A067C3

Tints of Amethyst #A067C3

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.49%

 BLUE value IS 195 (76.56% from 255) = 42.58%

R = 34.93%
G = 22.49%
B = 42.58%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A067C3 (or 0xA067C3) is known color: Amethyst. HEX triplet: A0, 67 and C3. RGB value is (160,103,195). Sum of RGB (Red+Green+Blue) = 160+103+195=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #A067C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067C3 is #5F983C. Grayscale: #828282. Windows color (decimal): -6264893 or 12806048. OLE color: 12806048.

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

Color convert

RGB 160 103 195 -
CMYK 0.18 0.47 0 0.24
HSL 277.17º 0.43% 0.58% -
HSV(B) 277.17º 0.47% 0.76% -
XYZ 29.2 21.11 54.17 -
YUV 130.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 160 103 195 0.18 0.47 0 0.24 277.17 0.43 0.58
Hex A0 67 C3 12 2F 0 18 115 2B 3A
Octal 240 147 303 22 57 0 30 425 53 72
Binary 10100000 1100111 11000011 10010 101111 0 11000 100010101 101011 111010

Color Harmonies of #A067C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A067C3

Black with #A067C3

Text Example


Text Example

White with #A067C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A067C3; }

 p { color: rgb(160,103,195); }

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

background-color css

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

 a { background-color: rgb(160,103,195); }

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

border-color css

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

 span { border-color: rgb(160,103,195); }

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