Html Css Color HEX #A78ADB Biloba Flower

📋 copy color: '#A78ADB'

red 167 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #A78ADB

Tints of Biloba Flower #A78ADB

RGB

 RED value IS 167 (65.63% from 255) = 31.87%

 GREEN value IS 138 (54.3% from 255) = 26.34%

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

R = 31.87%
G = 26.34%
B = 41.79%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A78ADB (or 0xA78ADB) is known color: Biloba Flower. HEX triplet: A7, 8A and DB. RGB value is (167,138,219). Sum of RGB (Red+Green+Blue) = 167+138+219=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #A78ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ADB is #587524. Grayscale: #9B9B9B. Windows color (decimal): -5797157 or 14387879. OLE color: 14387879.

HSL color Cylindrical-coordinate representation of color #A78ADB: hue angle of 261.48º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A78ADB is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 138 219 -
CMYK 0.24 0.37 0 0.14
HSL 261.48º 0.53% 0.7% -
HSV(B) 261.48º 0.37% 0.86% -
XYZ 37.81 31.51 71.11 -
YUV 155.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 167 138 219 0.24 0.37 0 0.14 261.48 0.53 0.7
Hex A7 8A DB 18 25 0 E 105 35 46
Octal 247 212 333 30 45 0 16 405 65 106
Binary 10100111 10001010 11011011 11000 100101 0 1110 100000101 110101 1000110

Color Harmonies of #A78ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78ADB

Black with #A78ADB

Text Example


Text Example

White with #A78ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78ADB; }

 p { color: rgb(167,138,219); }

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

background-color css

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

 a { background-color: rgb(167,138,219); }

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

border-color css

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

 span { border-color: rgb(167,138,219); }

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