Html Css Color HEX #A067DA Amethyst

📋 copy color: '#A067DA'

red 160 ◦ green 103 ◦ blue 218

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

Shades of Amethyst #A067DA

Tints of Amethyst #A067DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 33.26%
G = 21.41%
B = 45.32%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A067DA (or 0xA067DA) is known color: Amethyst. HEX triplet: A0, 67 and DA. RGB value is (160,103,218). Sum of RGB (Red+Green+Blue) = 160+103+218=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #A067DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067DA is #5F9825. Grayscale: #848484. Windows color (decimal): -6264870 or 14313376. OLE color: 14313376.

HSL color Cylindrical-coordinate representation of color #A067DA: hue angle of 269.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A067DA is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 103 218 -
CMYK 0.27 0.53 0 0.15
HSL 269.74º 0.61% 0.63% -
HSV(B) 269.74º 0.53% 0.85% -
XYZ 32 22.24 68.93 -
YUV 133.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 160 103 218 0.27 0.53 0 0.15 269.74 0.61 0.63
Hex A0 67 DA 1B 35 0 F 10E 3D 3F
Octal 240 147 332 33 65 0 17 416 75 77
Binary 10100000 1100111 11011010 11011 110101 0 1111 100001110 111101 111111

Color Harmonies of #A067DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A067DA

Black with #A067DA

Text Example


Text Example

White with #A067DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A067DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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