Html Css Color HEX #A36CCB Amethyst

📋 copy color: '#A36CCB'

red 163 ◦ green 108 ◦ blue 203

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

Shades of Amethyst #A36CCB

Tints of Amethyst #A36CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.78%

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 34.39%
G = 22.78%
B = 42.83%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A36CCB (or 0xA36CCB) is known color: Amethyst. HEX triplet: A3, 6C and CB. RGB value is (163,108,203). Sum of RGB (Red+Green+Blue) = 163+108+203=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #A36CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CCB is #5C9334. Grayscale: #868686. Windows color (decimal): -6066997 or 13331619. OLE color: 13331619.

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

Color convert

RGB 163 108 203 -
CMYK 0.20 0.47 0 0.20
HSL 274.74º 0.48% 0.61% -
HSV(B) 274.74º 0.47% 0.8% -
XYZ 31.25 22.82 59.26 -
YUV 135.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 163 108 203 0.20 0.47 0 0.20 274.74 0.48 0.61
Hex A3 6C CB 14 2F 0 14 113 30 3D
Octal 243 154 313 24 57 0 24 423 60 75
Binary 10100011 1101100 11001011 10100 101111 0 10100 100010011 110000 111101

Color Harmonies of #A36CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CCB

Black with #A36CCB

Text Example


Text Example

White with #A36CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CCB; }

 p { color: rgb(163,108,203); }

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

background-color css

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

 a { background-color: rgb(163,108,203); }

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

border-color css

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

 span { border-color: rgb(163,108,203); }

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