Html Css Color HEX #A368CC Amethyst

📋 copy color: '#A368CC'

red 163 ◦ green 104 ◦ blue 204

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

Shades of Amethyst #A368CC

Tints of Amethyst #A368CC

RGB

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

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

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

R = 34.61%
G = 22.08%
B = 43.31%

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

#A368CC (or 0xA368CC) is known color: Amethyst. HEX triplet: A3, 68 and CC. RGB value is (163,104,204). Sum of RGB (Red+Green+Blue) = 163+104+204=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #A368CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368CC is #5C9733. Grayscale: #848484. Windows color (decimal): -6068020 or 13396131. OLE color: 13396131.

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

Color convert

RGB 163 104 204 -
CMYK 0.20 0.49 0 0.2
HSL 275.4º 0.5% 0.6% -
HSV(B) 275.4º 0.49% 0.8% -
XYZ 30.95 22.05 59.75 -
YUV 133.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 163 104 204 0.20 0.49 0 0.2 275.4 0.5 0.6
Hex A3 68 CC 14 31 0 14 113 32 3C
Octal 243 150 314 24 61 0 24 423 62 74
Binary 10100011 1101000 11001100 10100 110001 0 10100 100010011 110010 111100

Color Harmonies of #A368CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368CC

Black with #A368CC

Text Example


Text Example

White with #A368CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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