Html Css Color HEX #A05CCB Amethyst

📋 copy color: '#A05CCB'

red 160 ◦ green 92 ◦ blue 203

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

Shades of Amethyst #A05CCB

Tints of Amethyst #A05CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.22%

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

R = 35.16%
G = 20.22%
B = 44.62%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A05CCB (or 0xA05CCB) is known color: Amethyst. HEX triplet: A0, 5C and CB. RGB value is (160,92,203). Sum of RGB (Red+Green+Blue) = 160+92+203=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #A05CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CCB is #5FA334. Grayscale: #7C7C7C. Windows color (decimal): -6267701 or 13327520. OLE color: 13327520.

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

Color convert

RGB 160 92 203 -
CMYK 0.21 0.55 0 0.20
HSL 276.76º 0.52% 0.58% -
HSV(B) 276.76º 0.55% 0.8% -
XYZ 29.1 19.44 58.72 -
YUV 124.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 160 92 203 0.21 0.55 0 0.20 276.76 0.52 0.58
Hex A0 5C CB 15 37 0 14 115 34 3A
Octal 240 134 313 25 67 0 24 425 64 72
Binary 10100000 1011100 11001011 10101 110111 0 10100 100010101 110100 111010

Color Harmonies of #A05CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05CCB

Black with #A05CCB

Text Example


Text Example

White with #A05CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05CCB; }

 p { color: rgb(160,92,203); }

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

background-color css

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

 a { background-color: rgb(160,92,203); }

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

border-color css

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

 span { border-color: rgb(160,92,203); }

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