Html Css Color HEX #A075CD Amethyst

📋 copy color: '#A075CD'

red 160 ◦ green 117 ◦ blue 205

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

Shades of Amethyst #A075CD

Tints of Amethyst #A075CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 33.2%
G = 24.27%
B = 42.53%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A075CD (or 0xA075CD) is known color: Amethyst. HEX triplet: A0, 75 and CD. RGB value is (160,117,205). Sum of RGB (Red+Green+Blue) = 160+117+205=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #A075CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075CD is #5F8A32. Grayscale: #8B8B8B. Windows color (decimal): -6261299 or 13464992. OLE color: 13464992.

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

Color convert

RGB 160 117 205 -
CMYK 0.22 0.43 0 0.20
HSL 269.32º 0.47% 0.63% -
HSV(B) 269.32º 0.43% 0.8% -
XYZ 31.88 24.6 60.83 -
YUV 139.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 160 117 205 0.22 0.43 0 0.20 269.32 0.47 0.63
Hex A0 75 CD 16 2B 0 14 10D 2F 3F
Octal 240 165 315 26 53 0 24 415 57 77
Binary 10100000 1110101 11001101 10110 101011 0 10100 100001101 101111 111111

Color Harmonies of #A075CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075CD

Black with #A075CD

Text Example


Text Example

White with #A075CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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