Html Css Color HEX #A469CA Amethyst

📋 copy color: '#A469CA'

red 164 ◦ green 105 ◦ blue 202

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

Shades of Amethyst #A469CA

Tints of Amethyst #A469CA

RGB

 RED value IS 164 (64.45% from 255) = 34.82%

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

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

R = 34.82%
G = 22.29%
B = 42.89%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A469CA (or 0xA469CA) is known color: Amethyst. HEX triplet: A4, 69 and CA. RGB value is (164,105,202). Sum of RGB (Red+Green+Blue) = 164+105+202=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #A469CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469CA is #5B9635. Grayscale: #858585. Windows color (decimal): -6002230 or 13265316. OLE color: 13265316.

HSL color Cylindrical-coordinate representation of color #A469CA: hue angle of 276.49º 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 #A469CA is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 105 202 -
CMYK 0.19 0.48 0 0.21
HSL 276.49º 0.48% 0.6% -
HSV(B) 276.49º 0.48% 0.79% -
XYZ 31.02 22.26 58.54 -
YUV 133.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 164 105 202 0.19 0.48 0 0.21 276.49 0.48 0.6
Hex A4 69 CA 13 30 0 15 114 30 3C
Octal 244 151 312 23 60 0 25 424 60 74
Binary 10100100 1101001 11001010 10011 110000 0 10101 100010100 110000 111100

Color Harmonies of #A469CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A469CA

Black with #A469CA

Text Example


Text Example

White with #A469CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A469CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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