Html Css Color HEX #A45FCF Amethyst

📋 copy color: '#A45FCF'

red 164 ◦ green 95 ◦ blue 207

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

Shades of Amethyst #A45FCF

Tints of Amethyst #A45FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 35.19%
G = 20.39%
B = 44.42%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A45FCF (or 0xA45FCF) is known color: Amethyst. HEX triplet: A4, 5F and CF. RGB value is (164,95,207). Sum of RGB (Red+Green+Blue) = 164+95+207=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #A45FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45FCF is #5BA030. Grayscale: #808080. Windows color (decimal): -6004785 or 13590436. OLE color: 13590436.

HSL color Cylindrical-coordinate representation of color #A45FCF: hue angle of 276.96º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A45FCF is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 95 207 -
CMYK 0.21 0.54 0 0.19
HSL 276.96º 0.54% 0.59% -
HSV(B) 276.96º 0.54% 0.81% -
XYZ 30.66 20.58 61.39 -
YUV 128.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 164 95 207 0.21 0.54 0 0.19 276.96 0.54 0.59
Hex A4 5F CF 15 36 0 13 115 36 3B
Octal 244 137 317 25 66 0 23 425 66 73
Binary 10100100 1011111 11001111 10101 110110 0 10011 100010101 110110 111011

Color Harmonies of #A45FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FCF

Black with #A45FCF

Text Example


Text Example

White with #A45FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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