Html Css Color HEX #A561CB Amethyst

📋 copy color: '#A561CB'

red 165 ◦ green 97 ◦ blue 203

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

Shades of Amethyst #A561CB

Tints of Amethyst #A561CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.86%

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

R = 35.48%
G = 20.86%
B = 43.66%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A561CB (or 0xA561CB) is known color: Amethyst. HEX triplet: A5, 61 and CB. RGB value is (165,97,203). Sum of RGB (Red+Green+Blue) = 165+97+203=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #A561CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A561CB is #5A9E34. Grayscale: #818181. Windows color (decimal): -5938741 or 13328805. OLE color: 13328805.

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

Color convert

RGB 165 97 203 -
CMYK 0.19 0.52 0 0.20
HSL 278.49º 0.5% 0.59% -
HSV(B) 278.49º 0.52% 0.8% -
XYZ 30.57 20.86 58.92 -
YUV 129.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 165 97 203 0.19 0.52 0 0.20 278.49 0.5 0.59
Hex A5 61 CB 13 34 0 14 116 32 3B
Octal 245 141 313 23 64 0 24 426 62 73
Binary 10100101 1100001 11001011 10011 110100 0 10100 100010110 110010 111011

Color Harmonies of #A561CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A561CB

Black with #A561CB

Text Example


Text Example

White with #A561CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A561CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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