Html Css Color HEX #A869CA Amethyst

📋 copy color: '#A869CA'

red 168 ◦ green 105 ◦ blue 202

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

Shades of Amethyst #A869CA

Tints of Amethyst #A869CA

RGB

 RED value IS 168 (66.02% from 255) = 35.37%

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

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

R = 35.37%
G = 22.11%
B = 42.53%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A869CA (or 0xA869CA) is known color: Amethyst. HEX triplet: A8, 69 and CA. RGB value is (168,105,202). Sum of RGB (Red+Green+Blue) = 168+105+202=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #A869CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869CA is #579635. Grayscale: #868686. Windows color (decimal): -5740086 or 13265320. OLE color: 13265320.

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

Color convert

RGB 168 105 202 -
CMYK 0.17 0.48 0 0.21
HSL 278.97º 0.48% 0.6% -
HSV(B) 278.97º 0.48% 0.79% -
XYZ 31.86 22.69 58.58 -
YUV 134.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 168 105 202 0.17 0.48 0 0.21 278.97 0.48 0.6
Hex A8 69 CA 11 30 0 15 117 30 3C
Octal 250 151 312 21 60 0 25 427 60 74
Binary 10101000 1101001 11001010 10001 110000 0 10101 100010111 110000 111100

Color Harmonies of #A869CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869CA

Black with #A869CA

Text Example


Text Example

White with #A869CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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