Html Css Color HEX #A571CB Amethyst

📋 copy color: '#A571CB'

red 165 ◦ green 113 ◦ blue 203

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

Shades of Amethyst #A571CB

Tints of Amethyst #A571CB

RGB

 RED value IS 165 (64.84% from 255) = 34.3%

 GREEN value IS 113 (44.53% from 255) = 23.49%

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

R = 34.3%
G = 23.49%
B = 42.2%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A571CB (or 0xA571CB) is known color: Amethyst. HEX triplet: A5, 71 and CB. RGB value is (165,113,203). Sum of RGB (Red+Green+Blue) = 165+113+203=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #A571CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571CB is #5A8E34. Grayscale: #8A8A8A. Windows color (decimal): -5934645 or 13332901. OLE color: 13332901.

HSL color Cylindrical-coordinate representation of color #A571CB: hue angle of 274.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A571CB is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 113 203 -
CMYK 0.19 0.44 0 0.20
HSL 274.67º 0.46% 0.62% -
HSV(B) 274.67º 0.44% 0.8% -
XYZ 32.2 24.12 59.46 -
YUV 138.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 165 113 203 0.19 0.44 0 0.20 274.67 0.46 0.62
Hex A5 71 CB 13 2C 0 14 113 2E 3E
Octal 245 161 313 23 54 0 24 423 56 76
Binary 10100101 1110001 11001011 10011 101100 0 10100 100010011 101110 111110

Color Harmonies of #A571CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A571CB

Black with #A571CB

Text Example


Text Example

White with #A571CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A571CB; }

 p { color: rgb(165,113,203); }

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

background-color css

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

 a { background-color: rgb(165,113,203); }

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

border-color css

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

 span { border-color: rgb(165,113,203); }

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