Html Css Color HEX #A690DB Biloba Flower

📋 copy color: '#A690DB'

red 166 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #A690DB

Tints of Biloba Flower #A690DB

RGB

 RED value IS 166 (65.23% from 255) = 31.38%

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

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

R = 31.38%
G = 27.22%
B = 41.4%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A690DB (or 0xA690DB) is known color: Biloba Flower. HEX triplet: A6, 90 and DB. RGB value is (166,144,219). Sum of RGB (Red+Green+Blue) = 166+144+219=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 144 (56.64% from 255 or 27.22% 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 #A690DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690DB is #596F24. Grayscale: #9E9E9E. Windows color (decimal): -5861157 or 14389414. OLE color: 14389414.

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

Color convert

RGB 166 144 219 -
CMYK 0.24 0.34 0 0.14
HSL 257.6º 0.51% 0.71% -
HSV(B) 257.6º 0.34% 0.86% -
XYZ 38.49 33.17 71.39 -
YUV 159.13 161.79 132.9 -
System Red Green Blue C M Y K H S L
Decimal 166 144 219 0.24 0.34 0 0.14 257.6 0.51 0.71
Hex A6 90 DB 18 22 0 E 102 33 47
Octal 246 220 333 30 42 0 16 402 63 107
Binary 10100110 10010000 11011011 11000 100010 0 1110 100000010 110011 1000111

Color Harmonies of #A690DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690DB

Black with #A690DB

Text Example


Text Example

White with #A690DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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