Html Css Color HEX #A965CB Amethyst

📋 copy color: '#A965CB'

red 169 ◦ green 101 ◦ blue 203

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

Shades of Amethyst #A965CB

Tints of Amethyst #A965CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 35.73%
G = 21.35%
B = 42.92%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A965CB (or 0xA965CB) is known color: Amethyst. HEX triplet: A9, 65 and CB. RGB value is (169,101,203). Sum of RGB (Red+Green+Blue) = 169+101+203=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #A965CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965CB is #569A34. Grayscale: #848484. Windows color (decimal): -5675573 or 13329833. OLE color: 13329833.

HSL color Cylindrical-coordinate representation of color #A965CB: hue angle of 280º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A965CB is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 101 203 -
CMYK 0.17 0.50 0 0.20
HSL 280º 0.5% 0.6% -
HSV(B) 280º 0.5% 0.8% -
XYZ 31.8 22.05 59.08 -
YUV 132.96 167.53 153.71 -
System Red Green Blue C M Y K H S L
Decimal 169 101 203 0.17 0.50 0 0.20 280 0.5 0.6
Hex A9 65 CB 11 32 0 14 118 32 3C
Octal 251 145 313 21 62 0 24 430 62 74
Binary 10101001 1100101 11001011 10001 110010 0 10100 100011000 110010 111100

Color Harmonies of #A965CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A965CB

Black with #A965CB

Text Example


Text Example

White with #A965CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A965CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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