Html Css Color HEX #A78BD7 Biloba Flower

📋 copy color: '#A78BD7'

red 167 ◦ green 139 ◦ blue 215

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

Shades of Biloba Flower #A78BD7

Tints of Biloba Flower #A78BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 32.05%
G = 26.68%
B = 41.27%

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

#A78BD7 (or 0xA78BD7) is known color: Biloba Flower. HEX triplet: A7, 8B and D7. RGB value is (167,139,215). Sum of RGB (Red+Green+Blue) = 167+139+215=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #A78BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BD7 is #587428. Grayscale: #9B9B9B. Windows color (decimal): -5796905 or 14125991. OLE color: 14125991.

HSL color Cylindrical-coordinate representation of color #A78BD7: hue angle of 262.11º degrees, saturation: 0.49, 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 #A78BD7 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 139 215 -
CMYK 0.22 0.35 0 0.16
HSL 262.11º 0.49% 0.69% -
HSV(B) 262.11º 0.35% 0.84% -
XYZ 37.43 31.59 68.41 -
YUV 156.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 167 139 215 0.22 0.35 0 0.16 262.11 0.49 0.69
Hex A7 8B D7 16 23 0 10 106 31 45
Octal 247 213 327 26 43 0 20 406 61 105
Binary 10100111 10001011 11010111 10110 100011 0 10000 100000110 110001 1000101

Color Harmonies of #A78BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78BD7

Black with #A78BD7

Text Example


Text Example

White with #A78BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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