Html Css Color HEX #AA65CA Amethyst

📋 copy color: '#AA65CA'

red 170 ◦ green 101 ◦ blue 202

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

Shades of Amethyst #AA65CA

Tints of Amethyst #AA65CA

RGB

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

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

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

R = 35.94%
G = 21.35%
B = 42.71%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA65CA (or 0xAA65CA) is known color: Amethyst. HEX triplet: AA, 65 and CA. RGB value is (170,101,202). Sum of RGB (Red+Green+Blue) = 170+101+202=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA65CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65CA is #559A35. Grayscale: #848484. Windows color (decimal): -5610038 or 13264298. OLE color: 13264298.

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

Color convert

RGB 170 101 202 -
CMYK 0.16 0.50 0 0.21
HSL 280.99º 0.49% 0.59% -
HSV(B) 280.99º 0.5% 0.79% -
XYZ 31.89 22.12 58.47 -
YUV 133.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 170 101 202 0.16 0.50 0 0.21 280.99 0.49 0.59
Hex AA 65 CA 10 32 0 15 119 31 3B
Octal 252 145 312 20 62 0 25 431 61 73
Binary 10101010 1100101 11001010 10000 110010 0 10101 100011001 110001 111011

Color Harmonies of #AA65CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65CA

Black with #AA65CA

Text Example


Text Example

White with #AA65CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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