Html Css Color HEX #A75EEA Amethyst

📋 copy color: '#A75EEA'

red 167 ◦ green 94 ◦ blue 234

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

Shades of Amethyst #A75EEA

Tints of Amethyst #A75EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 33.74%
G = 18.99%
B = 47.27%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A75EEA (or 0xA75EEA) is known color: Amethyst. HEX triplet: A7, 5E and EA. RGB value is (167,94,234). Sum of RGB (Red+Green+Blue) = 167+94+234=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #A75EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75EEA is #58A115. Grayscale: #838383. Windows color (decimal): -5808406 or 15359655. OLE color: 15359655.

HSL color Cylindrical-coordinate representation of color #A75EEA: hue angle of 271.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A75EEA is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 94 234 -
CMYK 0.29 0.60 0 0.08
HSL 271.29º 0.77% 0.64% -
HSV(B) 271.29º 0.6% 0.92% -
XYZ 34.79 22.16 80.29 -
YUV 131.79 185.68 153.12 -
System Red Green Blue C M Y K H S L
Decimal 167 94 234 0.29 0.60 0 0.08 271.29 0.77 0.64
Hex A7 5E EA 1D 3C 0 8 10F 4D 40
Octal 247 136 352 35 74 0 10 417 115 100
Binary 10100111 1011110 11101010 11101 111100 0 1000 100001111 1001101 1000000

Color Harmonies of #A75EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75EEA

Black with #A75EEA

Text Example


Text Example

White with #A75EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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