Html Css Color HEX #A565C8 Amethyst

📋 copy color: '#A565C8'

red 165 ◦ green 101 ◦ blue 200

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

Shades of Amethyst #A565C8

Tints of Amethyst #A565C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.92%

R = 35.41%
G = 21.67%
B = 42.92%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A565C8 (or 0xA565C8) is known color: Amethyst. HEX triplet: A5, 65 and C8. RGB value is (165,101,200). Sum of RGB (Red+Green+Blue) = 165+101+200=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #A565C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565C8 is #5A9A37. Grayscale: #838383. Windows color (decimal): -5937720 or 13133221. OLE color: 13133221.

HSL color Cylindrical-coordinate representation of color #A565C8: hue angle of 278.79º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A565C8 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 101 200 -
CMYK 0.18 0.49 0 0.22
HSL 278.79º 0.47% 0.59% -
HSV(B) 278.79º 0.5% 0.78% -
XYZ 30.6 21.48 57.18 -
YUV 131.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 165 101 200 0.18 0.49 0 0.22 278.79 0.47 0.59
Hex A5 65 C8 12 31 0 16 117 2F 3B
Octal 245 145 310 22 61 0 26 427 57 73
Binary 10100101 1100101 11001000 10010 110001 0 10110 100010111 101111 111011

Color Harmonies of #A565C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565C8

Black with #A565C8

Text Example


Text Example

White with #A565C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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