Html Css Color HEX #A568E0 Amethyst

📋 copy color: '#A568E0'

red 165 ◦ green 104 ◦ blue 224

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

Shades of Amethyst #A568E0

Tints of Amethyst #A568E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.44%

R = 33.47%
G = 21.1%
B = 45.44%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A568E0 (or 0xA568E0) is known color: Amethyst. HEX triplet: A5, 68 and E0. RGB value is (165,104,224). Sum of RGB (Red+Green+Blue) = 165+104+224=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #A568E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A568E0 is #5A971F. Grayscale: #878787. Windows color (decimal): -5936928 or 14706853. OLE color: 14706853.

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

Color convert

RGB 165 104 224 -
CMYK 0.26 0.54 0 0.12
HSL 270.5º 0.66% 0.64% -
HSV(B) 270.5º 0.54% 0.88% -
XYZ 33.92 23.28 73.23 -
YUV 135.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 165 104 224 0.26 0.54 0 0.12 270.5 0.66 0.64
Hex A5 68 E0 1A 36 0 C 10E 42 40
Octal 245 150 340 32 66 0 14 416 102 100
Binary 10100101 1101000 11100000 11010 110110 0 1100 100001110 1000010 1000000

Color Harmonies of #A568E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A568E0

Black with #A568E0

Text Example


Text Example

White with #A568E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A568E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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