Html Css Color HEX #A78BD6 Biloba Flower

📋 copy color: '#A78BD6'

red 167 ◦ green 139 ◦ blue 214

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

Shades of Biloba Flower #A78BD6

Tints of Biloba Flower #A78BD6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.73%

 BLUE value IS 214 (83.98% from 255) = 41.15%

R = 32.12%
G = 26.73%
B = 41.15%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A78BD6 (or 0xA78BD6) is known color: Biloba Flower. HEX triplet: A7, 8B and D6. RGB value is (167,139,214). Sum of RGB (Red+Green+Blue) = 167+139+214=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #A78BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BD6 is #587429. Grayscale: #9B9B9B. Windows color (decimal): -5796906 or 14060455. OLE color: 14060455.

HSL color Cylindrical-coordinate representation of color #A78BD6: hue angle of 262.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A78BD6 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 139 214 -
CMYK 0.22 0.35 0 0.16
HSL 262.4º 0.48% 0.69% -
HSV(B) 262.4º 0.35% 0.84% -
XYZ 37.31 31.54 67.74 -
YUV 155.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 167 139 214 0.22 0.35 0 0.16 262.4 0.48 0.69
Hex A7 8B D6 16 23 0 10 106 30 45
Octal 247 213 326 26 43 0 20 406 60 105
Binary 10100111 10001011 11010110 10110 100011 0 10000 100000110 110000 1000101

Color Harmonies of #A78BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78BD6

Black with #A78BD6

Text Example


Text Example

White with #A78BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78BD6; }

 p { color: rgb(167,139,214); }

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

background-color css

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

 a { background-color: rgb(167,139,214); }

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

border-color css

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

 span { border-color: rgb(167,139,214); }

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