Html Css Color HEX #A566CB Amethyst

📋 copy color: '#A566CB'

red 165 ◦ green 102 ◦ blue 203

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

Shades of Amethyst #A566CB

Tints of Amethyst #A566CB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.7%

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

R = 35.11%
G = 21.7%
B = 43.19%

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

#A566CB (or 0xA566CB) is known color: Amethyst. HEX triplet: A5, 66 and CB. RGB value is (165,102,203). Sum of RGB (Red+Green+Blue) = 165+102+203=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #A566CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566CB is #5A9934. Grayscale: #848484. Windows color (decimal): -5937461 or 13330085. OLE color: 13330085.

HSL color Cylindrical-coordinate representation of color #A566CB: hue angle of 277.43º degrees, saturation: 0.49, 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 #A566CB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 102 203 -
CMYK 0.19 0.50 0 0.20
HSL 277.43º 0.49% 0.6% -
HSV(B) 277.43º 0.5% 0.8% -
XYZ 31.05 21.81 59.07 -
YUV 132.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 165 102 203 0.19 0.50 0 0.20 277.43 0.49 0.6
Hex A5 66 CB 13 32 0 14 115 31 3C
Octal 245 146 313 23 62 0 24 425 61 74
Binary 10100101 1100110 11001011 10011 110010 0 10100 100010101 110001 111100

Color Harmonies of #A566CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566CB

Black with #A566CB

Text Example


Text Example

White with #A566CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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