Html Css Color HEX #A75ECB Amethyst

📋 copy color: '#A75ECB'

red 167 ◦ green 94 ◦ blue 203

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

Shades of Amethyst #A75ECB

Tints of Amethyst #A75ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.26%

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

R = 35.99%
G = 20.26%
B = 43.75%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A75ECB (or 0xA75ECB) is known color: Amethyst. HEX triplet: A7, 5E and CB. RGB value is (167,94,203). Sum of RGB (Red+Green+Blue) = 167+94+203=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #A75ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ECB is #58A134. Grayscale: #7F7F7F. Windows color (decimal): -5808437 or 13328039. OLE color: 13328039.

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

Color convert

RGB 167 94 203 -
CMYK 0.18 0.54 0 0.20
HSL 280.18º 0.51% 0.58% -
HSV(B) 280.18º 0.54% 0.8% -
XYZ 30.72 20.53 58.84 -
YUV 128.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 167 94 203 0.18 0.54 0 0.20 280.18 0.51 0.58
Hex A7 5E CB 12 36 0 14 118 33 3A
Octal 247 136 313 22 66 0 24 430 63 72
Binary 10100111 1011110 11001011 10010 110110 0 10100 100011000 110011 111010

Color Harmonies of #A75ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75ECB

Black with #A75ECB

Text Example


Text Example

White with #A75ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75ECB; }

 p { color: rgb(167,94,203); }

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

background-color css

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

 a { background-color: rgb(167,94,203); }

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

border-color css

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

 span { border-color: rgb(167,94,203); }

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