Html Css Color HEX #A75BE0 Amethyst

📋 copy color: '#A75BE0'

red 167 ◦ green 91 ◦ blue 224

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

Shades of Amethyst #A75BE0

Tints of Amethyst #A75BE0

RGB

 RED value IS 167 (65.63% from 255) = 34.65%

 GREEN value IS 91 (35.94% from 255) = 18.88%

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 34.65%
G = 18.88%
B = 46.47%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A75BE0 (or 0xA75BE0) is known color: Amethyst. HEX triplet: A7, 5B and E0. RGB value is (167,91,224). Sum of RGB (Red+Green+Blue) = 167+91+224=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #A75BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75BE0 is #58A41F. Grayscale: #808080. Windows color (decimal): -5809184 or 14703527. OLE color: 14703527.

HSL color Cylindrical-coordinate representation of color #A75BE0: hue angle of 274.29º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75BE0 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 91 224 -
CMYK 0.25 0.59 0 0.12
HSL 274.29º 0.68% 0.62% -
HSV(B) 274.29º 0.59% 0.88% -
XYZ 33.13 21.08 72.84 -
YUV 128.89 181.68 155.19 -
System Red Green Blue C M Y K H S L
Decimal 167 91 224 0.25 0.59 0 0.12 274.29 0.68 0.62
Hex A7 5B E0 19 3B 0 C 112 44 3E
Octal 247 133 340 31 73 0 14 422 104 76
Binary 10100111 1011011 11100000 11001 111011 0 1100 100010010 1000100 111110

Color Harmonies of #A75BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75BE0

Black with #A75BE0

Text Example


Text Example

White with #A75BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75BE0; }

 p { color: rgb(167,91,224); }

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

background-color css

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

 a { background-color: rgb(167,91,224); }

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

border-color css

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

 span { border-color: rgb(167,91,224); }

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