Html Css Color HEX #A075CE Amethyst

📋 copy color: '#A075CE'

red 160 ◦ green 117 ◦ blue 206

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

Shades of Amethyst #A075CE

Tints of Amethyst #A075CE

RGB

 RED value IS 160 (62.89% from 255) = 33.13%

 GREEN value IS 117 (46.09% from 255) = 24.22%

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 33.13%
G = 24.22%
B = 42.65%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A075CE (or 0xA075CE) is known color: Amethyst. HEX triplet: A0, 75 and CE. RGB value is (160,117,206). Sum of RGB (Red+Green+Blue) = 160+117+206=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #A075CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075CE is #5F8A31. Grayscale: #8B8B8B. Windows color (decimal): -6261298 or 13530528. OLE color: 13530528.

HSL color Cylindrical-coordinate representation of color #A075CE: hue angle of 268.99º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A075CE is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 117 206 -
CMYK 0.22 0.43 0 0.19
HSL 268.99º 0.48% 0.63% -
HSV(B) 268.99º 0.43% 0.81% -
XYZ 32 24.65 61.46 -
YUV 140 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 160 117 206 0.22 0.43 0 0.19 268.99 0.48 0.63
Hex A0 75 CE 16 2B 0 13 10D 30 3F
Octal 240 165 316 26 53 0 23 415 60 77
Binary 10100000 1110101 11001110 10110 101011 0 10011 100001101 110000 111111

Color Harmonies of #A075CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075CE

Black with #A075CE

Text Example


Text Example

White with #A075CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075CE; }

 p { color: rgb(160,117,206); }

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

background-color css

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

 a { background-color: rgb(160,117,206); }

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

border-color css

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

 span { border-color: rgb(160,117,206); }

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