Html Css Color HEX #A965CE Amethyst

📋 copy color: '#A965CE'

red 169 ◦ green 101 ◦ blue 206

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

Shades of Amethyst #A965CE

Tints of Amethyst #A965CE

RGB

 RED value IS 169 (66.41% from 255) = 35.5%

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 35.5%
G = 21.22%
B = 43.28%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A965CE (or 0xA965CE) is known color: Amethyst. HEX triplet: A9, 65 and CE. RGB value is (169,101,206). Sum of RGB (Red+Green+Blue) = 169+101+206=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #A965CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965CE is #569A31. Grayscale: #848484. Windows color (decimal): -5675570 or 13526441. OLE color: 13526441.

HSL color Cylindrical-coordinate representation of color #A965CE: hue angle of 278.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A965CE is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 101 206 -
CMYK 0.18 0.51 0 0.19
HSL 278.86º 0.52% 0.6% -
HSV(B) 278.86º 0.51% 0.81% -
XYZ 32.16 22.2 60.98 -
YUV 133.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 169 101 206 0.18 0.51 0 0.19 278.86 0.52 0.6
Hex A9 65 CE 12 33 0 13 117 34 3C
Octal 251 145 316 22 63 0 23 427 64 74
Binary 10101001 1100101 11001110 10010 110011 0 10011 100010111 110100 111100

Color Harmonies of #A965CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A965CE

Black with #A965CE

Text Example


Text Example

White with #A965CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A965CE; }

 p { color: rgb(169,101,206); }

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

background-color css

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

 a { background-color: rgb(169,101,206); }

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

border-color css

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

 span { border-color: rgb(169,101,206); }

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