Html Css Color HEX #A78CDB Biloba Flower

📋 copy color: '#A78CDB'

red 167 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #A78CDB

Tints of Biloba Flower #A78CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.62%

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

R = 31.75%
G = 26.62%
B = 41.63%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A78CDB (or 0xA78CDB) is known color: Biloba Flower. HEX triplet: A7, 8C and DB. RGB value is (167,140,219). Sum of RGB (Red+Green+Blue) = 167+140+219=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 140 (55.08% from 255 or 26.62% 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 #A78CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CDB is #587324. Grayscale: #9C9C9C. Windows color (decimal): -5796645 or 14388391. OLE color: 14388391.

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

Color convert

RGB 167 140 219 -
CMYK 0.24 0.36 0 0.14
HSL 260.51º 0.52% 0.7% -
HSV(B) 260.51º 0.36% 0.86% -
XYZ 38.1 32.09 71.2 -
YUV 157.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 167 140 219 0.24 0.36 0 0.14 260.51 0.52 0.7
Hex A7 8C DB 18 24 0 E 105 34 46
Octal 247 214 333 30 44 0 16 405 64 106
Binary 10100111 10001100 11011011 11000 100100 0 1110 100000101 110100 1000110

Color Harmonies of #A78CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78CDB

Black with #A78CDB

Text Example


Text Example

White with #A78CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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