Html Css Color HEX #AA89CD Biloba Flower

📋 copy color: '#AA89CD'

red 170 ◦ green 137 ◦ blue 205

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

Shades of Biloba Flower #AA89CD

Tints of Biloba Flower #AA89CD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.76%

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 33.2%
G = 26.76%
B = 40.04%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA89CD (or 0xAA89CD) is known color: Biloba Flower. HEX triplet: AA, 89 and CD. RGB value is (170,137,205). Sum of RGB (Red+Green+Blue) = 170+137+205=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA89CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89CD is #557632. Grayscale: #9A9A9A. Windows color (decimal): -5600819 or 13470122. OLE color: 13470122.

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

Color convert

RGB 170 137 205 -
CMYK 0.17 0.33 0 0.20
HSL 269.12º 0.4% 0.67% -
HSV(B) 269.12º 0.33% 0.8% -
XYZ 36.54 30.85 61.79 -
YUV 154.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 170 137 205 0.17 0.33 0 0.20 269.12 0.4 0.67
Hex AA 89 CD 11 21 0 14 10D 28 43
Octal 252 211 315 21 41 0 24 415 50 103
Binary 10101010 10001001 11001101 10001 100001 0 10100 100001101 101000 1000011

Color Harmonies of #AA89CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89CD

Black with #AA89CD

Text Example


Text Example

White with #AA89CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89CD; }

 p { color: rgb(170,137,205); }

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

background-color css

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

 a { background-color: rgb(170,137,205); }

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

border-color css

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

 span { border-color: rgb(170,137,205); }

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