Html Css Color HEX #A369CC Amethyst

📋 copy color: '#A369CC'

red 163 ◦ green 105 ◦ blue 204

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

Shades of Amethyst #A369CC

Tints of Amethyst #A369CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 34.53%
G = 22.25%
B = 43.22%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A369CC (or 0xA369CC) is known color: Amethyst. HEX triplet: A3, 69 and CC. RGB value is (163,105,204). Sum of RGB (Red+Green+Blue) = 163+105+204=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #A369CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A369CC is #5C9633. Grayscale: #858585. Windows color (decimal): -6067764 or 13396387. OLE color: 13396387.

HSL color Cylindrical-coordinate representation of color #A369CC: hue angle of 275.15º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A369CC is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 105 204 -
CMYK 0.20 0.49 0 0.2
HSL 275.15º 0.49% 0.61% -
HSV(B) 275.15º 0.49% 0.8% -
XYZ 31.05 22.25 59.78 -
YUV 133.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 163 105 204 0.20 0.49 0 0.2 275.15 0.49 0.61
Hex A3 69 CC 14 31 0 14 113 31 3D
Octal 243 151 314 24 61 0 24 423 61 75
Binary 10100011 1101001 11001100 10100 110001 0 10100 100010011 110001 111101

Color Harmonies of #A369CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A369CC

Black with #A369CC

Text Example


Text Example

White with #A369CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A369CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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