Html Css Color HEX #A066D4 Amethyst

📋 copy color: '#A066D4'

red 160 ◦ green 102 ◦ blue 212

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

Shades of Amethyst #A066D4

Tints of Amethyst #A066D4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.52%

 BLUE value IS 212 (83.2% from 255) = 44.73%

R = 33.76%
G = 21.52%
B = 44.73%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A066D4 (or 0xA066D4) is known color: Amethyst. HEX triplet: A0, 66 and D4. RGB value is (160,102,212). Sum of RGB (Red+Green+Blue) = 160+102+212=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #A066D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066D4 is #5F992B. Grayscale: #838383. Windows color (decimal): -6265132 or 13919904. OLE color: 13919904.

HSL color Cylindrical-coordinate representation of color #A066D4: hue angle of 271.64º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A066D4 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 102 212 -
CMYK 0.25 0.52 0 0.17
HSL 271.64º 0.56% 0.62% -
HSV(B) 271.64º 0.52% 0.83% -
XYZ 31.13 21.73 64.84 -
YUV 131.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 160 102 212 0.25 0.52 0 0.17 271.64 0.56 0.62
Hex A0 66 D4 19 34 0 11 110 38 3E
Octal 240 146 324 31 64 0 21 420 70 76
Binary 10100000 1100110 11010100 11001 110100 0 10001 100010000 111000 111110

Color Harmonies of #A066D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066D4

Black with #A066D4

Text Example


Text Example

White with #A066D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066D4; }

 p { color: rgb(160,102,212); }

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

background-color css

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

 a { background-color: rgb(160,102,212); }

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

border-color css

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

 span { border-color: rgb(160,102,212); }

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