Html Css Color HEX #A569CB Amethyst

📋 copy color: '#A569CB'

red 165 ◦ green 105 ◦ blue 203

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

Shades of Amethyst #A569CB

Tints of Amethyst #A569CB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.2%

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

R = 34.88%
G = 22.2%
B = 42.92%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A569CB (or 0xA569CB) is known color: Amethyst. HEX triplet: A5, 69 and CB. RGB value is (165,105,203). Sum of RGB (Red+Green+Blue) = 165+105+203=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #A569CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569CB is #5A9634. Grayscale: #858585. Windows color (decimal): -5936693 or 13330853. OLE color: 13330853.

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

Color convert

RGB 165 105 203 -
CMYK 0.19 0.48 0 0.20
HSL 276.73º 0.49% 0.6% -
HSV(B) 276.73º 0.48% 0.8% -
XYZ 31.35 22.41 59.17 -
YUV 134.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 165 105 203 0.19 0.48 0 0.20 276.73 0.49 0.6
Hex A5 69 CB 13 30 0 14 115 31 3C
Octal 245 151 313 23 60 0 24 425 61 74
Binary 10100101 1101001 11001011 10011 110000 0 10100 100010101 110001 111100

Color Harmonies of #A569CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A569CB

Black with #A569CB

Text Example


Text Example

White with #A569CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A569CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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