Html Css Color HEX #A369CA Amethyst

📋 copy color: '#A369CA'

red 163 ◦ green 105 ◦ blue 202

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

Shades of Amethyst #A369CA

Tints of Amethyst #A369CA

RGB

 RED value IS 163 (64.06% from 255) = 34.68%

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

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

R = 34.68%
G = 22.34%
B = 42.98%

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

#A369CA (or 0xA369CA) is known color: Amethyst. HEX triplet: A3, 69 and CA. RGB value is (163,105,202). Sum of RGB (Red+Green+Blue) = 163+105+202=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #A369CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A369CA is #5C9635. Grayscale: #858585. Windows color (decimal): -6067766 or 13265315. OLE color: 13265315.

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

Color convert

RGB 163 105 202 -
CMYK 0.19 0.48 0 0.21
HSL 275.88º 0.48% 0.6% -
HSV(B) 275.88º 0.48% 0.79% -
XYZ 30.82 22.15 58.53 -
YUV 133.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 163 105 202 0.19 0.48 0 0.21 275.88 0.48 0.6
Hex A3 69 CA 13 30 0 15 114 30 3C
Octal 243 151 312 23 60 0 25 424 60 74
Binary 10100011 1101001 11001010 10011 110000 0 10101 100010100 110000 111100

Color Harmonies of #A369CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A369CA

Black with #A369CA

Text Example


Text Example

White with #A369CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A369CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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