Html Css Color HEX #A368CA Amethyst

📋 copy color: '#A368CA'

red 163 ◦ green 104 ◦ blue 202

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

Shades of Amethyst #A368CA

Tints of Amethyst #A368CA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.17%

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

R = 34.75%
G = 22.17%
B = 43.07%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A368CA (or 0xA368CA) is known color: Amethyst. HEX triplet: A3, 68 and CA. RGB value is (163,104,202). Sum of RGB (Red+Green+Blue) = 163+104+202=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #A368CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368CA is #5C9735. Grayscale: #848484. Windows color (decimal): -6068022 or 13265059. OLE color: 13265059.

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

Color convert

RGB 163 104 202 -
CMYK 0.19 0.49 0 0.21
HSL 276.12º 0.48% 0.6% -
HSV(B) 276.12º 0.49% 0.79% -
XYZ 30.72 21.95 58.5 -
YUV 132.81 167.05 149.53 -
System Red Green Blue C M Y K H S L
Decimal 163 104 202 0.19 0.49 0 0.21 276.12 0.48 0.6
Hex A3 68 CA 13 31 0 15 114 30 3C
Octal 243 150 312 23 61 0 25 424 60 74
Binary 10100011 1101000 11001010 10011 110001 0 10101 100010100 110000 111100

Color Harmonies of #A368CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368CA

Black with #A368CA

Text Example


Text Example

White with #A368CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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