Html Css Color HEX #A78CDC Biloba Flower

📋 copy color: '#A78CDC'

red 167 ◦ green 140 ◦ blue 220

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

Shades of Biloba Flower #A78CDC

Tints of Biloba Flower #A78CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.57%

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 31.69%
G = 26.57%
B = 41.75%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A78CDC (or 0xA78CDC) is known color: Biloba Flower. HEX triplet: A7, 8C and DC. RGB value is (167,140,220). Sum of RGB (Red+Green+Blue) = 167+140+220=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #A78CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CDC is #587323. Grayscale: #9C9C9C. Windows color (decimal): -5796644 or 14453927. OLE color: 14453927.

HSL color Cylindrical-coordinate representation of color #A78CDC: hue angle of 260.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A78CDC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 140 220 -
CMYK 0.24 0.36 0 0.14
HSL 260.25º 0.53% 0.71% -
HSV(B) 260.25º 0.36% 0.86% -
XYZ 38.23 32.14 71.9 -
YUV 157.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 167 140 220 0.24 0.36 0 0.14 260.25 0.53 0.71
Hex A7 8C DC 18 24 0 E 104 35 47
Octal 247 214 334 30 44 0 16 404 65 107
Binary 10100111 10001100 11011100 11000 100100 0 1110 100000100 110101 1000111

Color Harmonies of #A78CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78CDC

Black with #A78CDC

Text Example


Text Example

White with #A78CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78CDC; }

 p { color: rgb(167,140,220); }

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

background-color css

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

 a { background-color: rgb(167,140,220); }

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

border-color css

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

 span { border-color: rgb(167,140,220); }

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