Html Css Color HEX #A890DB Biloba Flower

📋 copy color: '#A890DB'

red 168 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #A890DB

Tints of Biloba Flower #A890DB

RGB

 RED value IS 168 (66.02% from 255) = 31.64%

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

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

R = 31.64%
G = 27.12%
B = 41.24%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A890DB (or 0xA890DB) is known color: Biloba Flower. HEX triplet: A8, 90 and DB. RGB value is (168,144,219). Sum of RGB (Red+Green+Blue) = 168+144+219=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #A890DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890DB is #576F24. Grayscale: #9F9F9F. Windows color (decimal): -5730085 or 14389416. OLE color: 14389416.

HSL color Cylindrical-coordinate representation of color #A890DB: hue angle of 259.2º 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 #A890DB is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 144 219 -
CMYK 0.23 0.34 0 0.14
HSL 259.2º 0.51% 0.71% -
HSV(B) 259.2º 0.34% 0.86% -
XYZ 38.91 33.39 71.41 -
YUV 159.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 168 144 219 0.23 0.34 0 0.14 259.2 0.51 0.71
Hex A8 90 DB 17 22 0 E 103 33 47
Octal 250 220 333 27 42 0 16 403 63 107
Binary 10101000 10010000 11011011 10111 100010 0 1110 100000011 110011 1000111

Color Harmonies of #A890DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890DB

Black with #A890DB

Text Example


Text Example

White with #A890DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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