Html Css Color HEX #A064CB Amethyst

📋 copy color: '#A064CB'

red 160 ◦ green 100 ◦ blue 203

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

Shades of Amethyst #A064CB

Tints of Amethyst #A064CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.6%

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

R = 34.56%
G = 21.6%
B = 43.84%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A064CB (or 0xA064CB) is known color: Amethyst. HEX triplet: A0, 64 and CB. RGB value is (160,100,203). Sum of RGB (Red+Green+Blue) = 160+100+203=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #A064CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064CB is #5F9B34. Grayscale: #818181. Windows color (decimal): -6265653 or 13329568. OLE color: 13329568.

HSL color Cylindrical-coordinate representation of color #A064CB: hue angle of 274.95º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A064CB is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 100 203 -
CMYK 0.21 0.51 0 0.20
HSL 274.95º 0.5% 0.59% -
HSV(B) 274.95º 0.51% 0.8% -
XYZ 29.83 20.9 58.96 -
YUV 129.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 160 100 203 0.21 0.51 0 0.20 274.95 0.5 0.59
Hex A0 64 CB 15 33 0 14 113 32 3B
Octal 240 144 313 25 63 0 24 423 62 73
Binary 10100000 1100100 11001011 10101 110011 0 10100 100010011 110010 111011

Color Harmonies of #A064CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A064CB

Black with #A064CB

Text Example


Text Example

White with #A064CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A064CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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