Html Css Color HEX #AA65CB Amethyst

📋 copy color: '#AA65CB'

red 170 ◦ green 101 ◦ blue 203

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

Shades of Amethyst #AA65CB

Tints of Amethyst #AA65CB

RGB

 RED value IS 170 (66.8% from 255) = 35.86%

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

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

R = 35.86%
G = 21.31%
B = 42.83%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA65CB (or 0xAA65CB) is known color: Amethyst. HEX triplet: AA, 65 and CB. RGB value is (170,101,203). Sum of RGB (Red+Green+Blue) = 170+101+203=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA65CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65CB is #559A34. Grayscale: #848484. Windows color (decimal): -5610037 or 13329834. OLE color: 13329834.

HSL color Cylindrical-coordinate representation of color #AA65CB: hue angle of 280.59º 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 #AA65CB is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 101 203 -
CMYK 0.16 0.50 0 0.20
HSL 280.59º 0.5% 0.6% -
HSV(B) 280.59º 0.5% 0.8% -
XYZ 32.01 22.17 59.09 -
YUV 133.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 170 101 203 0.16 0.50 0 0.20 280.59 0.5 0.6
Hex AA 65 CB 10 32 0 14 119 32 3C
Octal 252 145 313 20 62 0 24 431 62 74
Binary 10101010 1100101 11001011 10000 110010 0 10100 100011001 110010 111100

Color Harmonies of #AA65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65CB

Black with #AA65CB

Text Example


Text Example

White with #AA65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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