Html Css Color HEX #A78BDA Biloba Flower

📋 copy color: '#A78BDA'

red 167 ◦ green 139 ◦ blue 218

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

Shades of Biloba Flower #A78BDA

Tints of Biloba Flower #A78BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 31.87%
G = 26.53%
B = 41.6%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A78BDA (or 0xA78BDA) is known color: Biloba Flower. HEX triplet: A7, 8B and DA. RGB value is (167,139,218). Sum of RGB (Red+Green+Blue) = 167+139+218=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #A78BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BDA is #587425. Grayscale: #9C9C9C. Windows color (decimal): -5796902 or 14322599. OLE color: 14322599.

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

Color convert

RGB 167 139 218 -
CMYK 0.23 0.36 0 0.15
HSL 261.27º 0.52% 0.7% -
HSV(B) 261.27º 0.36% 0.85% -
XYZ 37.82 31.74 70.46 -
YUV 156.38 162.78 135.58 -
System Red Green Blue C M Y K H S L
Decimal 167 139 218 0.23 0.36 0 0.15 261.27 0.52 0.7
Hex A7 8B DA 17 24 0 F 105 34 46
Octal 247 213 332 27 44 0 17 405 64 106
Binary 10100111 10001011 11011010 10111 100100 0 1111 100000101 110100 1000110

Color Harmonies of #A78BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78BDA

Black with #A78BDA

Text Example


Text Example

White with #A78BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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