Html Css Color HEX #AC90DB Biloba Flower

📋 copy color: '#AC90DB'

red 172 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #AC90DB

Tints of Biloba Flower #AC90DB

RGB

 RED value IS 172 (67.58% from 255) = 32.15%

 GREEN value IS 144 (56.64% from 255) = 26.92%

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

R = 32.15%
G = 26.92%
B = 40.93%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC90DB (or 0xAC90DB) is known color: Biloba Flower. HEX triplet: AC, 90 and DB. RGB value is (172,144,219). Sum of RGB (Red+Green+Blue) = 172+144+219=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90DB is #536F24. Grayscale: #A0A0A0. Windows color (decimal): -5467941 or 14389420. OLE color: 14389420.

HSL color Cylindrical-coordinate representation of color #AC90DB: hue angle of 262.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC90DB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 144 219 -
CMYK 0.21 0.34 0 0.14
HSL 262.4º 0.51% 0.71% -
HSV(B) 262.4º 0.34% 0.86% -
XYZ 39.77 33.83 71.45 -
YUV 160.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 172 144 219 0.21 0.34 0 0.14 262.4 0.51 0.71
Hex AC 90 DB 15 22 0 E 106 33 47
Octal 254 220 333 25 42 0 16 406 63 107
Binary 10101100 10010000 11011011 10101 100010 0 1110 100000110 110011 1000111

Color Harmonies of #AC90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90DB

Black with #AC90DB

Text Example


Text Example

White with #AC90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90DB; }

 p { color: rgb(172,144,219); }

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

background-color css

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

 a { background-color: rgb(172,144,219); }

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

border-color css

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

 span { border-color: rgb(172,144,219); }

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