Html Css Color HEX #AA9BD5 Biloba Flower

📋 copy color: '#AA9BD5'

red 170 ◦ green 155 ◦ blue 213

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

Shades of Biloba Flower #AA9BD5

Tints of Biloba Flower #AA9BD5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.81%

 BLUE value IS 213 (83.59% from 255) = 39.59%

R = 31.6%
G = 28.81%
B = 39.59%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA9BD5 (or 0xAA9BD5) is known color: Biloba Flower. HEX triplet: AA, 9B and D5. RGB value is (170,155,213). Sum of RGB (Red+Green+Blue) = 170+155+213=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA9BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BD5 is #55642A. Grayscale: #A5A5A5. Windows color (decimal): -5596203 or 13999018. OLE color: 13999018.

HSL color Cylindrical-coordinate representation of color #AA9BD5: hue angle of 255.52º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA9BD5 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 155 213 -
CMYK 0.20 0.27 0 0.16
HSL 255.52º 0.41% 0.72% -
HSV(B) 255.52º 0.27% 0.84% -
XYZ 40.31 36.79 67.93 -
YUV 166.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 170 155 213 0.20 0.27 0 0.16 255.52 0.41 0.72
Hex AA 9B D5 14 1B 0 10 100 29 48
Octal 252 233 325 24 33 0 20 400 51 110
Binary 10101010 10011011 11010101 10100 11011 0 10000 100000000 101001 1001000

Color Harmonies of #AA9BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BD5

Black with #AA9BD5

Text Example


Text Example

White with #AA9BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BD5; }

 p { color: rgb(170,155,213); }

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

background-color css

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

 a { background-color: rgb(170,155,213); }

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

border-color css

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

 span { border-color: rgb(170,155,213); }

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