Html Css Color HEX #A567CB Amethyst

📋 copy color: '#A567CB'

red 165 ◦ green 103 ◦ blue 203

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

Shades of Amethyst #A567CB

Tints of Amethyst #A567CB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.87%

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

R = 35.03%
G = 21.87%
B = 43.1%

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

#A567CB (or 0xA567CB) is known color: Amethyst. HEX triplet: A5, 67 and CB. RGB value is (165,103,203). Sum of RGB (Red+Green+Blue) = 165+103+203=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #A567CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A567CB is #5A9834. Grayscale: #848484. Windows color (decimal): -5937205 or 13330341. OLE color: 13330341.

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

Color convert

RGB 165 103 203 -
CMYK 0.19 0.49 0 0.20
HSL 277.2º 0.49% 0.6% -
HSV(B) 277.2º 0.49% 0.8% -
XYZ 31.15 22.01 59.11 -
YUV 132.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 165 103 203 0.19 0.49 0 0.20 277.2 0.49 0.6
Hex A5 67 CB 13 31 0 14 115 31 3C
Octal 245 147 313 23 61 0 24 425 61 74
Binary 10100101 1100111 11001011 10011 110001 0 10100 100010101 110001 111100

Color Harmonies of #A567CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A567CB

Black with #A567CB

Text Example


Text Example

White with #A567CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A567CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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