Html Css Color HEX #A565CB Amethyst

📋 copy color: '#A565CB'

red 165 ◦ green 101 ◦ blue 203

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

Shades of Amethyst #A565CB

Tints of Amethyst #A565CB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.54%

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

R = 35.18%
G = 21.54%
B = 43.28%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A565CB (or 0xA565CB) is known color: Amethyst. HEX triplet: A5, 65 and CB. RGB value is (165,101,203). Sum of RGB (Red+Green+Blue) = 165+101+203=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #A565CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565CB is #5A9A34. Grayscale: #838383. Windows color (decimal): -5937717 or 13329829. OLE color: 13329829.

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

Color convert

RGB 165 101 203 -
CMYK 0.19 0.50 0 0.20
HSL 277.65º 0.5% 0.6% -
HSV(B) 277.65º 0.5% 0.8% -
XYZ 30.95 21.62 59.04 -
YUV 131.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 165 101 203 0.19 0.50 0 0.20 277.65 0.5 0.6
Hex A5 65 CB 13 32 0 14 116 32 3C
Octal 245 145 313 23 62 0 24 426 62 74
Binary 10100101 1100101 11001011 10011 110010 0 10100 100010110 110010 111100

Color Harmonies of #A565CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565CB

Black with #A565CB

Text Example


Text Example

White with #A565CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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