Html Css Color HEX #A567DE Amethyst

📋 copy color: '#A567DE'

red 165 ◦ green 103 ◦ blue 222

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

Shades of Amethyst #A567DE

Tints of Amethyst #A567DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 33.67%
G = 21.02%
B = 45.31%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A567DE (or 0xA567DE) is known color: Amethyst. HEX triplet: A5, 67 and DE. RGB value is (165,103,222). Sum of RGB (Red+Green+Blue) = 165+103+222=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #A567DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A567DE is #5A9821. Grayscale: #868686. Windows color (decimal): -5937186 or 14575525. OLE color: 14575525.

HSL color Cylindrical-coordinate representation of color #A567DE: hue angle of 271.26º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A567DE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 103 222 -
CMYK 0.26 0.54 0 0.13
HSL 271.26º 0.64% 0.64% -
HSV(B) 271.26º 0.54% 0.87% -
XYZ 33.55 22.97 71.77 -
YUV 135.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 165 103 222 0.26 0.54 0 0.13 271.26 0.64 0.64
Hex A5 67 DE 1A 36 0 D 10F 40 40
Octal 245 147 336 32 66 0 15 417 100 100
Binary 10100101 1100111 11011110 11010 110110 0 1101 100001111 1000000 1000000

Color Harmonies of #A567DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A567DE

Black with #A567DE

Text Example


Text Example

White with #A567DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A567DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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