Html Css Color HEX #A390DB Biloba Flower

📋 copy color: '#A390DB'

red 163 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #A390DB

Tints of Biloba Flower #A390DB

RGB

 RED value IS 163 (64.06% from 255) = 30.99%

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

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

R = 30.99%
G = 27.38%
B = 41.63%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A390DB (or 0xA390DB) is known color: Biloba Flower. HEX triplet: A3, 90 and DB. RGB value is (163,144,219). Sum of RGB (Red+Green+Blue) = 163+144+219=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #A390DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390DB is #5C6F24. Grayscale: #9D9D9D. Windows color (decimal): -6057765 or 14389411. OLE color: 14389411.

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

Color convert

RGB 163 144 219 -
CMYK 0.26 0.34 0 0.14
HSL 255.2º 0.51% 0.71% -
HSV(B) 255.2º 0.34% 0.86% -
XYZ 37.86 32.85 71.36 -
YUV 158.23 162.29 131.4 -
System Red Green Blue C M Y K H S L
Decimal 163 144 219 0.26 0.34 0 0.14 255.2 0.51 0.71
Hex A3 90 DB 1A 22 0 E FF 33 47
Octal 243 220 333 32 42 0 16 377 63 107
Binary 10100011 10010000 11011011 11010 100010 0 1110 11111111 110011 1000111

Color Harmonies of #A390DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390DB

Black with #A390DB

Text Example


Text Example

White with #A390DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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