Html Css Color HEX #A565CA Amethyst

📋 copy color: '#A565CA'

red 165 ◦ green 101 ◦ blue 202

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

Shades of Amethyst #A565CA

Tints of Amethyst #A565CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.16%

R = 35.26%
G = 21.58%
B = 43.16%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A565CA (or 0xA565CA) is known color: Amethyst. HEX triplet: A5, 65 and CA. RGB value is (165,101,202). Sum of RGB (Red+Green+Blue) = 165+101+202=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #A565CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565CA is #5A9A35. Grayscale: #838383. Windows color (decimal): -5937718 or 13264293. OLE color: 13264293.

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

Color convert

RGB 165 101 202 -
CMYK 0.18 0.50 0 0.21
HSL 278.02º 0.49% 0.59% -
HSV(B) 278.02º 0.5% 0.79% -
XYZ 30.83 21.57 58.42 -
YUV 131.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 165 101 202 0.18 0.50 0 0.21 278.02 0.49 0.59
Hex A5 65 CA 12 32 0 15 116 31 3B
Octal 245 145 312 22 62 0 25 426 61 73
Binary 10100101 1100101 11001010 10010 110010 0 10101 100010110 110001 111011

Color Harmonies of #A565CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565CA

Black with #A565CA

Text Example


Text Example

White with #A565CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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