Html Css Color HEX #A36FCB Amethyst

📋 copy color: '#A36FCB'

red 163 ◦ green 111 ◦ blue 203

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

Shades of Amethyst #A36FCB

Tints of Amethyst #A36FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.27%

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

R = 34.17%
G = 23.27%
B = 42.56%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A36FCB (or 0xA36FCB) is known color: Amethyst. HEX triplet: A3, 6F and CB. RGB value is (163,111,203). Sum of RGB (Red+Green+Blue) = 163+111+203=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #A36FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FCB is #5C9034. Grayscale: #888888. Windows color (decimal): -6066229 or 13332387. OLE color: 13332387.

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

Color convert

RGB 163 111 203 -
CMYK 0.20 0.45 0 0.20
HSL 273.91º 0.47% 0.62% -
HSV(B) 273.91º 0.45% 0.8% -
XYZ 31.57 23.47 59.37 -
YUV 137.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 163 111 203 0.20 0.45 0 0.20 273.91 0.47 0.62
Hex A3 6F CB 14 2D 0 14 112 2F 3E
Octal 243 157 313 24 55 0 24 422 57 76
Binary 10100011 1101111 11001011 10100 101101 0 10100 100010010 101111 111110

Color Harmonies of #A36FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36FCB

Black with #A36FCB

Text Example


Text Example

White with #A36FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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