Html Css Color HEX #A78BD0 Biloba Flower

📋 copy color: '#A78BD0'

red 167 ◦ green 139 ◦ blue 208

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

Shades of Biloba Flower #A78BD0

Tints of Biloba Flower #A78BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.47%

R = 32.49%
G = 27.04%
B = 40.47%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A78BD0 (or 0xA78BD0) is known color: Biloba Flower. HEX triplet: A7, 8B and D0. RGB value is (167,139,208). Sum of RGB (Red+Green+Blue) = 167+139+208=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #A78BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BD0 is #58742F. Grayscale: #9A9A9A. Windows color (decimal): -5796912 or 13667239. OLE color: 13667239.

HSL color Cylindrical-coordinate representation of color #A78BD0: hue angle of 264.35º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A78BD0 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 139 208 -
CMYK 0.20 0.33 0 0.18
HSL 264.35º 0.42% 0.68% -
HSV(B) 264.35º 0.33% 0.82% -
XYZ 36.55 31.23 63.78 -
YUV 155.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 167 139 208 0.20 0.33 0 0.18 264.35 0.42 0.68
Hex A7 8B D0 14 21 0 12 108 2A 44
Octal 247 213 320 24 41 0 22 410 52 104
Binary 10100111 10001011 11010000 10100 100001 0 10010 100001000 101010 1000100

Color Harmonies of #A78BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78BD0

Black with #A78BD0

Text Example


Text Example

White with #A78BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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