Html Css Color HEX #AA69CA Amethyst

📋 copy color: '#AA69CA'

red 170 ◦ green 105 ◦ blue 202

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

Shades of Amethyst #AA69CA

Tints of Amethyst #AA69CA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.01%

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

R = 35.64%
G = 22.01%
B = 42.35%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA69CA (or 0xAA69CA) is known color: Amethyst. HEX triplet: AA, 69 and CA. RGB value is (170,105,202). Sum of RGB (Red+Green+Blue) = 170+105+202=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA69CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69CA is #559635. Grayscale: #878787. Windows color (decimal): -5609014 or 13265322. OLE color: 13265322.

HSL color Cylindrical-coordinate representation of color #AA69CA: hue angle of 280.21º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA69CA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 105 202 -
CMYK 0.16 0.48 0 0.21
HSL 280.21º 0.48% 0.6% -
HSV(B) 280.21º 0.48% 0.79% -
XYZ 32.29 22.91 58.6 -
YUV 135.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 170 105 202 0.16 0.48 0 0.21 280.21 0.48 0.6
Hex AA 69 CA 10 30 0 15 118 30 3C
Octal 252 151 312 20 60 0 25 430 60 74
Binary 10101010 1101001 11001010 10000 110000 0 10101 100011000 110000 111100

Color Harmonies of #AA69CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA69CA

Black with #AA69CA

Text Example


Text Example

White with #AA69CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA69CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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