Html Css Color HEX #A391DB Biloba Flower

📋 copy color: '#A391DB'

red 163 ◦ green 145 ◦ blue 219

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

Shades of Biloba Flower #A391DB

Tints of Biloba Flower #A391DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.51%

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

R = 30.93%
G = 27.51%
B = 41.56%

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

#A391DB (or 0xA391DB) is known color: Biloba Flower. HEX triplet: A3, 91 and DB. RGB value is (163,145,219). Sum of RGB (Red+Green+Blue) = 163+145+219=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #A391DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391DB is #5C6E24. Grayscale: #9E9E9E. Windows color (decimal): -6057509 or 14389667. OLE color: 14389667.

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

Color convert

RGB 163 145 219 -
CMYK 0.26 0.34 0 0.14
HSL 254.59º 0.51% 0.71% -
HSV(B) 254.59º 0.34% 0.86% -
XYZ 38.02 33.15 71.41 -
YUV 158.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 163 145 219 0.26 0.34 0 0.14 254.59 0.51 0.71
Hex A3 91 DB 1A 22 0 E FF 33 47
Octal 243 221 333 32 42 0 16 377 63 107
Binary 10100011 10010001 11011011 11010 100010 0 1110 11111111 110011 1000111

Color Harmonies of #A391DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A391DB

Black with #A391DB

Text Example


Text Example

White with #A391DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A391DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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