Html Css Color HEX #A45FCB Amethyst

📋 copy color: '#A45FCB'

red 164 ◦ green 95 ◦ blue 203

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

Shades of Amethyst #A45FCB

Tints of Amethyst #A45FCB

RGB

 RED value IS 164 (64.45% from 255) = 35.5%

 GREEN value IS 95 (37.5% from 255) = 20.56%

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

R = 35.5%
G = 20.56%
B = 43.94%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A45FCB (or 0xA45FCB) is known color: Amethyst. HEX triplet: A4, 5F and CB. RGB value is (164,95,203). Sum of RGB (Red+Green+Blue) = 164+95+203=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #A45FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45FCB is #5BA034. Grayscale: #7F7F7F. Windows color (decimal): -6004789 or 13328292. OLE color: 13328292.

HSL color Cylindrical-coordinate representation of color #A45FCB: hue angle of 278.33º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A45FCB is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 95 203 -
CMYK 0.19 0.53 0 0.20
HSL 278.33º 0.51% 0.58% -
HSV(B) 278.33º 0.53% 0.8% -
XYZ 30.18 20.39 58.84 -
YUV 127.94 170.36 153.72 -
System Red Green Blue C M Y K H S L
Decimal 164 95 203 0.19 0.53 0 0.20 278.33 0.51 0.58
Hex A4 5F CB 13 35 0 14 116 33 3A
Octal 244 137 313 23 65 0 24 426 63 72
Binary 10100100 1011111 11001011 10011 110101 0 10100 100010110 110011 111010

Color Harmonies of #A45FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FCB

Black with #A45FCB

Text Example


Text Example

White with #A45FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FCB; }

 p { color: rgb(164,95,203); }

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

background-color css

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

 a { background-color: rgb(164,95,203); }

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

border-color css

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

 span { border-color: rgb(164,95,203); }

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