Html Css Color HEX #A568CB Amethyst

📋 copy color: '#A568CB'

red 165 ◦ green 104 ◦ blue 203

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

Shades of Amethyst #A568CB

Tints of Amethyst #A568CB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.03%

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

R = 34.96%
G = 22.03%
B = 43.01%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A568CB (or 0xA568CB) is known color: Amethyst. HEX triplet: A5, 68 and CB. RGB value is (165,104,203). Sum of RGB (Red+Green+Blue) = 165+104+203=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #A568CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A568CB is #5A9734. Grayscale: #858585. Windows color (decimal): -5936949 or 13330597. OLE color: 13330597.

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

Color convert

RGB 165 104 203 -
CMYK 0.19 0.49 0 0.20
HSL 276.97º 0.49% 0.6% -
HSV(B) 276.97º 0.49% 0.8% -
XYZ 31.25 22.21 59.14 -
YUV 133.53 167.21 150.45 -
System Red Green Blue C M Y K H S L
Decimal 165 104 203 0.19 0.49 0 0.20 276.97 0.49 0.6
Hex A5 68 CB 13 31 0 14 115 31 3C
Octal 245 150 313 23 61 0 24 425 61 74
Binary 10100101 1101000 11001011 10011 110001 0 10100 100010101 110001 111100

Color Harmonies of #A568CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A568CB

Black with #A568CB

Text Example


Text Example

White with #A568CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A568CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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