Html Css Color HEX #AA8CDB Biloba Flower

📋 copy color: '#AA8CDB'

red 170 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #AA8CDB

Tints of Biloba Flower #AA8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.47%

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 32.14%
G = 26.47%
B = 41.4%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA8CDB (or 0xAA8CDB) is known color: Biloba Flower. HEX triplet: AA, 8C and DB. RGB value is (170,140,219). Sum of RGB (Red+Green+Blue) = 170+140+219=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CDB is #557324. Grayscale: #9D9D9D. Windows color (decimal): -5600037 or 14388394. OLE color: 14388394.

HSL color Cylindrical-coordinate representation of color #AA8CDB: hue angle of 262.78º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA8CDB is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 140 219 -
CMYK 0.22 0.36 0 0.14
HSL 262.78º 0.52% 0.7% -
HSV(B) 262.78º 0.36% 0.86% -
XYZ 38.74 32.42 71.23 -
YUV 157.98 162.44 136.58 -
System Red Green Blue C M Y K H S L
Decimal 170 140 219 0.22 0.36 0 0.14 262.78 0.52 0.7
Hex AA 8C DB 16 24 0 E 107 34 46
Octal 252 214 333 26 44 0 16 407 64 106
Binary 10101010 10001100 11011011 10110 100100 0 1110 100000111 110100 1000110

Color Harmonies of #AA8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CDB

Black with #AA8CDB

Text Example


Text Example

White with #AA8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CDB; }

 p { color: rgb(170,140,219); }

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

background-color css

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

 a { background-color: rgb(170,140,219); }

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

border-color css

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

 span { border-color: rgb(170,140,219); }

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