Html Css Color HEX #A564CA Amethyst

📋 copy color: '#A564CA'

red 165 ◦ green 100 ◦ blue 202

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

Shades of Amethyst #A564CA

Tints of Amethyst #A564CA

RGB

 RED value IS 165 (64.84% from 255) = 35.33%

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

 BLUE value IS 202 (79.3% from 255) = 43.25%

R = 35.33%
G = 21.41%
B = 43.25%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A564CA (or 0xA564CA) is known color: Amethyst. HEX triplet: A5, 64 and CA. RGB value is (165,100,202). Sum of RGB (Red+Green+Blue) = 165+100+202=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #A564CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564CA is #5A9B35. Grayscale: #828282. Windows color (decimal): -5937974 or 13264037. OLE color: 13264037.

HSL color Cylindrical-coordinate representation of color #A564CA: hue angle of 278.24º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A564CA is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 100 202 -
CMYK 0.18 0.50 0 0.21
HSL 278.24º 0.49% 0.59% -
HSV(B) 278.24º 0.5% 0.79% -
XYZ 30.73 21.38 58.38 -
YUV 131.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 165 100 202 0.18 0.50 0 0.21 278.24 0.49 0.59
Hex A5 64 CA 12 32 0 15 116 31 3B
Octal 245 144 312 22 62 0 25 426 61 73
Binary 10100101 1100100 11001010 10010 110010 0 10101 100010110 110001 111011

Color Harmonies of #A564CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564CA

Black with #A564CA

Text Example


Text Example

White with #A564CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564CA; }

 p { color: rgb(165,100,202); }

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

background-color css

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

 a { background-color: rgb(165,100,202); }

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

border-color css

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

 span { border-color: rgb(165,100,202); }

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