Html Css Color HEX #AA65CF Amethyst

📋 copy color: '#AA65CF'

red 170 ◦ green 101 ◦ blue 207

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

Shades of Amethyst #AA65CF

Tints of Amethyst #AA65CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 35.56%
G = 21.13%
B = 43.31%

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

#AA65CF (or 0xAA65CF) is known color: Amethyst. HEX triplet: AA, 65 and CF. RGB value is (170,101,207). Sum of RGB (Red+Green+Blue) = 170+101+207=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA65CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65CF is #559A30. Grayscale: #858585. Windows color (decimal): -5610033 or 13591978. OLE color: 13591978.

HSL color Cylindrical-coordinate representation of color #AA65CF: hue angle of 279.06º 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 #AA65CF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 101 207 -
CMYK 0.18 0.51 0 0.19
HSL 279.06º 0.52% 0.6% -
HSV(B) 279.06º 0.51% 0.81% -
XYZ 32.49 22.36 61.63 -
YUV 133.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 170 101 207 0.18 0.51 0 0.19 279.06 0.52 0.6
Hex AA 65 CF 12 33 0 13 117 34 3C
Octal 252 145 317 22 63 0 23 427 64 74
Binary 10101010 1100101 11001111 10010 110011 0 10011 100010111 110100 111100

Color Harmonies of #AA65CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65CF

Black with #AA65CF

Text Example


Text Example

White with #AA65CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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