Html Css Color HEX #A78BCD Biloba Flower

📋 copy color: '#A78BCD'

red 167 ◦ green 139 ◦ blue 205

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

Shades of Biloba Flower #A78BCD

Tints of Biloba Flower #A78BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 32.68%
G = 27.2%
B = 40.12%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A78BCD (or 0xA78BCD) is known color: Biloba Flower. HEX triplet: A7, 8B and CD. RGB value is (167,139,205). Sum of RGB (Red+Green+Blue) = 167+139+205=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #A78BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BCD is #587432. Grayscale: #9A9A9A. Windows color (decimal): -5796915 or 13470631. OLE color: 13470631.

HSL color Cylindrical-coordinate representation of color #A78BCD: hue angle of 265.45º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A78BCD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 139 205 -
CMYK 0.19 0.32 0 0.20
HSL 265.45º 0.4% 0.67% -
HSV(B) 265.45º 0.32% 0.8% -
XYZ 36.19 31.09 61.85 -
YUV 154.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 167 139 205 0.19 0.32 0 0.20 265.45 0.4 0.67
Hex A7 8B CD 13 20 0 14 109 28 43
Octal 247 213 315 23 40 0 24 411 50 103
Binary 10100111 10001011 11001101 10011 100000 0 10100 100001001 101000 1000011

Color Harmonies of #A78BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78BCD

Black with #A78BCD

Text Example


Text Example

White with #A78BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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