Html Css Color HEX #A569CA Amethyst

📋 copy color: '#A569CA'

red 165 ◦ green 105 ◦ blue 202

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

Shades of Amethyst #A569CA

Tints of Amethyst #A569CA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.25%

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

R = 34.96%
G = 22.25%
B = 42.8%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A569CA (or 0xA569CA) is known color: Amethyst. HEX triplet: A5, 69 and CA. RGB value is (165,105,202). Sum of RGB (Red+Green+Blue) = 165+105+202=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #A569CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569CA is #5A9635. Grayscale: #858585. Windows color (decimal): -5936694 or 13265317. OLE color: 13265317.

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

Color convert

RGB 165 105 202 -
CMYK 0.18 0.48 0 0.21
HSL 277.11º 0.48% 0.6% -
HSV(B) 277.11º 0.48% 0.79% -
XYZ 31.23 22.37 58.55 -
YUV 134 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 165 105 202 0.18 0.48 0 0.21 277.11 0.48 0.6
Hex A5 69 CA 12 30 0 15 115 30 3C
Octal 245 151 312 22 60 0 25 425 60 74
Binary 10100101 1101001 11001010 10010 110000 0 10101 100010101 110000 111100

Color Harmonies of #A569CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A569CA

Black with #A569CA

Text Example


Text Example

White with #A569CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A569CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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